fix(capabilities): saturn RAM/storage + solaria CPU/storage — reconcile with real hardware (audit 2026-06-30)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8ccd58b8a1
commit
b51af01fa7
|
|
@ -1,11 +1,11 @@
|
|||
capabilities:
|
||||
hardware:
|
||||
cpu:
|
||||
arch: arm64
|
||||
cores: 8
|
||||
arch: x86_64
|
||||
cores: 4
|
||||
threads: 8
|
||||
memory:
|
||||
total_gb: 8
|
||||
total_gb: 16
|
||||
acceleration:
|
||||
type: none
|
||||
|
||||
|
|
@ -15,8 +15,8 @@ capabilities:
|
|||
|
||||
storage:
|
||||
persistence: persistent
|
||||
type: sd-card
|
||||
capacity_gb: 64
|
||||
type: ssd
|
||||
capacity_gb: 250
|
||||
|
||||
networking:
|
||||
reachability: tailscale-only
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ capabilities:
|
|||
hardware:
|
||||
cpu:
|
||||
arch: x86_64
|
||||
cores: 12
|
||||
threads: 24
|
||||
cores: 24
|
||||
threads: 32
|
||||
memory:
|
||||
total_gb: 64
|
||||
acceleration:
|
||||
|
|
|
|||
Loading…
Reference in a new issue