Pybe wrote:
[root@localhost ~]# free total used free shared buffers cached Mem: 1035084 994480 40604 0 22696 871120 -/+ buffers/cache: 100664 934420 Swap: 2031608 0 2031608
add up the cache and buffers which is 893816 ithink and add it to your free or remove from your used =)
Better: instead of doing the math yourself, just look at the line that starts with: '-/+ buffers/cache'. It shows you what you have used and what is free after subtracting buffers/cache.
-- Regards,
André