Andy asked:
We had a support ticket earlier where a customer with
480MiB RAM is
only seeing 464MiB of it as reported by "free -m".
It's not a big deal and I'm not asking you to
let me know if you do
or don't see it too (there's currently nothing I can do about it).
Both mine (Debian Lenny) look ok:
a:~# free -m
total used free shared buffers cached
Mem: 720 402 317 0 85 214
-/+ buffers/cache: 102 617
Swap: 255 0 255
a:~# uname -a
Linux XXXX 2.6.26-2-xen-686 #1 SMP Sat Jun 11 16:07:16 UTC 2011 i686
GNU/Linux
b:~# free -m
total used free shared buffers cached
Mem: 360 299 60 0 16 186
-/+ buffers/cache: 96 263
Swap: 359 0 359
b:~# uname -a
Linux XXXX 2.6.26-2-xen-686 #1 SMP Sat Jun 11 16:07:16 UTC 2011 i686
GNU/Linux
Ian