OpenClaw を RAM 2GB で動かす

VPS で走らせる場合など、.bashrc に以下の設定を追加

export NODE_COMPILE_CACHE=/var/tmp/openclaw-compile-cache
export OPENCLAW_NO_RESPAWN=1
export NODE_OPTIONS="--max-old-space-size=2048"