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:
|
capabilities:
|
||||||
hardware:
|
hardware:
|
||||||
cpu:
|
cpu:
|
||||||
arch: arm64
|
arch: x86_64
|
||||||
cores: 8
|
cores: 4
|
||||||
threads: 8
|
threads: 8
|
||||||
memory:
|
memory:
|
||||||
total_gb: 8
|
total_gb: 16
|
||||||
acceleration:
|
acceleration:
|
||||||
type: none
|
type: none
|
||||||
|
|
||||||
|
|
@ -15,8 +15,8 @@ capabilities:
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
persistence: persistent
|
persistence: persistent
|
||||||
type: sd-card
|
type: ssd
|
||||||
capacity_gb: 64
|
capacity_gb: 250
|
||||||
|
|
||||||
networking:
|
networking:
|
||||||
reachability: tailscale-only
|
reachability: tailscale-only
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@ capabilities:
|
||||||
hardware:
|
hardware:
|
||||||
cpu:
|
cpu:
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
cores: 12
|
cores: 24
|
||||||
threads: 24
|
threads: 32
|
||||||
memory:
|
memory:
|
||||||
total_gb: 64
|
total_gb: 64
|
||||||
acceleration:
|
acceleration:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue