You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gui: Display Used memory instead of Free RAM memory (#1045)
* gui: show used/total RAM instead of free/total (1/2)
Viewing the free memory is useless as that's simply unused portion of memory and it can easily drop under 10MB freaking the user.
Total-Used=Available , which includes free memory but also includes stuff like Buffered/Cached memory which is dynamically managed to fit the bill.
I opted for showing Used / Total to respect the logic of the surrounding elements: numbers grow as resources consumption grows, but one can prefer Available / Total which is imply subtracting the two as I mentioned previously.
* gui: show used/total RAM instead of free/total (2/2)
* trafficmon: use MemAvailable instead of MemFree
[ci skip]
0 commit comments