When displaying the memory meter as graph, the height of the graph bars includes used, buffers and cache and thus is relative to (MemTotal - MemFree).
When displaying as [Bar] there are different colors for the different memory usages, unfortunately this is not available for the graph meter. Therefore the graph does not show the actually (un)available memory.
Can we have this changed to only display the reserved memory, so used + buffers i.e. (MemTotal - MemAvailable) as bar height?
When displaying the memory meter as graph, the height of the graph bars includes used, buffers and cache and thus is relative to (MemTotal - MemFree).
When displaying as [Bar] there are different colors for the different memory usages, unfortunately this is not available for the graph meter. Therefore the graph does not show the actually (un)available memory.
Can we have this changed to only display the reserved memory, so used + buffers i.e. (MemTotal - MemAvailable) as bar height?