docs(lxc102): OOM cronic pe 4GB -> 12GB + refresh tabel resurse cluster

Alerta "OOM x2 on pvemini" (09:36) arata procese mici ucise (dbus-daemon,
oom_score_adj:200), dar mesajul kernel dadea containerul real:
oom_memcg=/lxc/102. OOM local containerului, nu presiune de host - pvemini
avea 24Gi disponibili si zram functional.

Baseline masurat cu ZERO sandbox-uri active: ~1.9GB (sbx 863M + claude 317M +
VS Code Remote 450M + docker/tailscale/portainer 205M). Un sandbox real mai
adauga ~1.9GB (containerd-shim) -> plafonul de 4GB era depasit sistematic.
Contoare cumulate: oom_kill 24, 9279 depasiri memory.high, memory.peak fix pe
limita, swap 510/512 epuizat.

Verificat explicit ca sbx NU are memory leak: RSS urca la ~863M la pornire si
se plafoneaza (esantionat la 10s timp de un minut).

Fix: pct set 102 --memory 12288 --swap 4096 (live, fara restart).

Tabelul de resurse din cluster/README.md era vechi (102 aparea ca "coolify
stopped", lipseau 110 si 171, RAM gresit peste tot) - regenerat din pvesh.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-07-31 10:23:10 +00:00
parent 1df533edba
commit a6b26ba23d
4 changed files with 96 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ proxmox/
│ └── README.md # Servere Minecraft, gestionare Java, cum actualizezi versiunea
├── lxc102-docker/ # LXC 102 - Docker + Portainer + Docker Sandboxes (sbx)
│ └── README.md # Componente, comenzi sbx, depanare "failed to run sandbox container"
│ └── README.md # Componente, comenzi sbx, depanare "failed to run sandbox container", memorie/OOM
├── lxc103-dokploy/ # LXC 103 - Dokploy + Traefik (Deployment Platform)
│ ├── README.md # Configurare, arhitectură, workflow deploy
@@ -175,6 +175,10 @@ ssh root@10.0.20.201 "pct exec 102 -- su - work -c 'sbx ls'"
> `/home/work/.local/state/sandboxes/sandboxes/sandboxd/daemon.log` (`sbx diagnose` trece oricum).
> Vezi secțiunea de depanare din `lxc102-docker/README.md`.
> **Memorie:** ridicat la 12GB + 4GB swap pe 2026-07-31 după OOM-uri cronice — baseline-ul
> e ~1.9GB (sbx + VS Code Remote + Claude) chiar fără sandbox-uri active, iar un sandbox
> real mai adaugă ~1.9GB. Vezi `lxc102-docker/README.md` → „Memorie".
---
### LXC 103 - Dokploy + Traefik (Deployment Platform)