fix(capabilities): saturn RAM 16->14 (usable, konwencja free -g) + errata audytu: SATURN arm64->x86_64
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
b51af01fa7
commit
5cfb45227f
|
|
@ -47,12 +47,14 @@ Porównanie z: `inventory/topology.yaml`, `hosts/*/services.yaml`, `hosts/*/capa
|
|||
**Zasoby faktyczne:**
|
||||
| | Faktyczne | capabilities.yaml | Rozjazd? |
|
||||
|---|---|---|---|
|
||||
| CPU | arm64, nproc=8 | arm64, 8 core/8 thread | ✓ |
|
||||
| CPU | x86_64 (Intel i7-4710MQ), 4 core/8 thread, nproc=8 | arm64, 8 core/8 thread | **TAK — arch i cores błędne w repo** |
|
||||
| RAM | 14 GiB total, 9.6G used, 5.2G available (12 GiB swap) | 8 GB | **TAK — 2× więcej RAM** |
|
||||
| Dysk `/` | /dev/sda5, 159G total, 137G used (91%), **15G wolne** | sd-card, 64 GB | **TAK — inny typ, 2.5× więcej** |
|
||||
| Uptime | 1 dzień 6h36m | — | — |
|
||||
| Docker root | /var/lib/docker | — | — |
|
||||
|
||||
> **ERRATA 2026-07-03**: audyt błędnie podał SATURN jako arm64 (sprawdzono tylko nproc=8, nie arch). Faktycznie x86_64, Intel i7-4710MQ, 4c/8t — potwierdzone lokalnym `uname -m` + `lscpu` na saturn. Naprawione w capabilities.yaml (branch task/fix-capabilities).
|
||||
|
||||
**Kontenery biegające (5):**
|
||||
|
||||
| Kontener | Status | Porty | Image |
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ capabilities:
|
|||
cores: 4
|
||||
threads: 8
|
||||
memory:
|
||||
total_gb: 16
|
||||
total_gb: 14
|
||||
acceleration:
|
||||
type: none
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue