From ae325d33b6b605e7630c8ca6e8f7488138a0e5bf Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 10 Feb 2026 08:30:48 +0000 Subject: [PATCH] =?UTF-8?q?Update=20LXC=20110=20MoltBot:=20OpenClaw=20v202?= =?UTF-8?q?6.2.9=20=C8=99i=20RAM=204GB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modificări după upgrade MoltBot → OpenClaw: - RAM crescut de la 2GB la 4GB (minim recomandat pentru OpenClaw) - Versiune actualizată: OpenClaw v2026.2.9 (fost MoltBot v2026.1.24-3) - Adăugat troubleshooting pentru OOM kill issues - Curățate sesiuni vechi (85 → 80) Problema rezolvată: Gateway-ul era omorât de OOM killer din cauza memoriei insuficiente (975MB peak cu doar 2GB RAM total). Co-Authored-By: Claude Sonnet 4.5 --- proxmox/lxc110-moltbot/README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) 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