-
Notifications
You must be signed in to change notification settings - Fork 52
bug: Displaying wrong usage of RAM (WAM) #178
Comments
After looking for ram usage in some programs: |
GNOME's system monitor measures RAM usage in MB/GB, not MiB/GiB which is how most other CLI based system monitors, including |
Changing the unit in the preferences of gnome system monitor makes no difference: it still shows ~600MiB more than the others. |
After an inactivity period of 76 days, I am pretty sure that a solution to this problem does not exist: there are lots of different ways to get memory usage on linux, but every one of them has a different result. So how can we decide which one is right? Well, that's simple: we don't. They are all valid. Maybe in future I'll add a way to configure what values to include in the memory calculations. At the moment I'm closing this issue, but if someone finds a document about a "standard"/"official" way to get mem usage, I'll be happy to reimplement it here. Edit: |
I think the RAM / WAM usage is calculated incorrectly, compared to other fetch solutions.
You may want to take a look at this issue and the pull request:
dylanaraps/neofetch#391
KittyKatt/screenFetch#386 (comment)
On my machine,
uwufetch
displaysWAM 3067 MiB/7654 MiB
, whileneofetch
displaysMemory: 4189MiB / 7654MiB
.Excuse me if this particular issue is already addressed and you have chosen to calculate it differently.
Cheers.
The text was updated successfully, but these errors were encountered: