Version: 2026.4.25 (aa36ee6)
OS: Ubuntu 24.04, 4GB RAM, systemd service
Node: v22
Symptom: openclaw-gateway starts successfully but continuously consumes CPU and RAM with no plateau. Reaches 50%+ CPU and 30%+ RAM within 2-3 minutes, eventually OOM kills the process. Reproducible on every restart.
Logs show on startup:
[gateway] qmd memory startup initialization armed for agent "main"
[gateway] qmd memory startup initialization armed for agent "work"
[gateway] qmd memory startup initialization armed for agent "think"
After that, memory climbs continuously with no plateau.
Already tried:
Updated from 2026.4.23 โ 2026.4.25 โ same behavior
mv ~/.openclaw/plugin-runtime-deps ... && openclaw doctor --fix โ same behavior
OPENCLAW_NO_RESPAWN=1 and NODE_COMPILE_CACHE โ no change
Currently keeping gateway stopped to keep server stable. Any fix or workaround?