project-nomad/admin/inertia/pages/settings
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
..
zim fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00
apps.tsx fix(Settings): rename port column in Apps Settings 2026-02-03 23:33:49 -08:00
benchmark.tsx feat: display model download progress 2026-02-06 16:22:23 -08:00
legal.tsx feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
maps.tsx feat: cron job for system update checks 2026-02-06 15:40:30 -08:00
models.tsx feat: display model download progress 2026-02-06 16:22:23 -08:00
system.tsx fix(System): correct memory usage percentage calculation 2026-02-08 13:23:39 -08:00
update.tsx fix(UI): switch to tabler icons only for consistency 2026-01-31 20:39:49 -08:00