diff --git a/proxmox/lxc110-moltbot/README.md b/proxmox/lxc110-moltbot/README.md index f25fd78..dee98b0 100644 --- a/proxmox/lxc110-moltbot/README.md +++ b/proxmox/lxc110-moltbot/README.md @@ -20,14 +20,14 @@ | User serviciu | `moltbot` | | Parola user | `Moltbot2026!` | | Storage | local-zfs (8GB) | -| RAM | 2GB | +| RAM | 4GB | | CPU | 2 cores | | OS | Ubuntu 24.04 LTS | ## Componente Instalate - Ubuntu 24.04 LTS -- MoltBot v2026.1.24-3 +- OpenClaw v2026.2.9 (upgraded from MoltBot/clawdbot) - Node.js v22.22.0 (user-space) - Bun v1.3.7 - Tailscale (pentru SSH, fără funnel) @@ -214,6 +214,25 @@ ssh root@10.0.20.202 "pct enter 110" ## Troubleshooting +### OpenClaw gateway se restartează continuu (OOM kill) +```bash +# Verifică dacă este omorât de OOM killer +journalctl --user -u openclaw-gateway | grep -i oom + +# Verifică consumul de memorie +free -h +systemctl --user status openclaw-gateway + +# Soluție: Crește RAM-ul containerului pe Proxmox +# ssh root@pveelite +# pct stop 110 +# pct set 110 --memory 4096 # 4GB (minim recomandat pentru OpenClaw) +# pct start 110 + +# Curăță sesiunile vechi pentru a reduce consumul +openclaw sessions clean --older-than 7d +``` + ### MoltBot gateway nu pornește ```bash # Verifică logs