project-nomad/admin/inertia
Chris Sherwood 812d13c3da fix(System): correct memory usage percentage calculation
The percentage was using (total - available) / total which excludes
reclaimable buffers/cache, but the displayed "Used RAM" value uses
mem.used which includes them. This mismatch showed 14% alongside
22 GB / 62 GB. Now uses mem.used / mem.total so the percentage
matches the displayed numbers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 13:23:39 -08:00
..
app feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
components fix(AI Assistant): inline code rendering 2026-02-08 13:20:10 -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: cron job for system update checks 2026-02-06 15:40:30 -08:00
pages fix(System): correct memory usage percentage calculation 2026-02-08 13:23:39 -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