I have this same thing happening to a few of my (I think 32 bit)
applications.  Note that a small experiment with the calculator shows
that the value given (17179869180.0 GB) is exactly
((2^64-2^32)/(1024^3)) as in, it's what happens when you do
memory&0xFFFFFFFF, and memory happens to be a 64 bit hex number, with
the upper 32 bits all being ones.

If you get an application to use 100M of ram, it'll show it as
17179869180.1, etc.  It's just a display-scale error.

-- 
gnome-system-monitor showing impossible amounts of memory
https://bugs.launchpad.net/bugs/174611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to