mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
8fbe53406a
- Add Available field to MemoryStatus struct to capture memory available for allocation - Update node memory calculation to use Available memory when present - This excludes non-reclaimable cache/buffers from used memory calculation - Provides more accurate memory pressure indication, avoiding false alerts - Falls back to traditional used memory if Available field is missing (older Proxmox versions)