project-nomad/admin/inertia
Chris Sherwood f02c5e5cd0 fix(System): use available memory for usage calculation
mem.used on Linux includes reclaimable buff/cache, which caused the
System Information page to show 97% memory usage on a 64GB machine
that actually had 53GB available. The warning banner fired at >90%
creating a false alarm.

Now uses (total - available) for the gauge, percentage, and displayed
values. Also renames "Free RAM" to "Available RAM" using mem.available
instead of mem.free, since free is misleadingly small on Linux (it
excludes reclaimable cache).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 10:17:55 -08:00
..
app feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
components feat(AI Assistant): allow manual scan and resync KB 2026-02-09 15:16:18 -08:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat: alert and button styles redesign 2025-11-30 23:32:16 -08:00
hooks feat: display model download progress 2026-02-06 16:22:23 -08:00
layouts feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
lib feat(AI Assistant): allow manual scan and resync KB 2026-02-09 15:16:18 -08:00
pages fix(System): use available memory for usage calculation 2026-02-11 10:17:55 -08:00
providers feat: improve global error reporting with user notifs 2026-02-04 22:58:21 -08:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00