Comment Re:He's not entirely wrong; but... (Score 1) 200
To be fair, it's good practice to use as much RAM as possible for caching. Many programs will cache more things in their resident set if the memory is available.
Gleaning useful information on memory usage is difficult on modern OS's with advanced virtual memory systems. Disabling swap might reveal memory pressure more readily, or if swap is on, load average sometimes reveals it.