Update LXC 110 MoltBot: OpenClaw v2026.2.9 și RAM 4GB

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 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-02-10 08:30:48 +00:00
parent 3402d7fffa
commit ae325d33b6

View File

@@ -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