http://www.perlmonks.org?node_id=712586


in reply to [OT]What is "buffers" and "cached" memory in Linux system box?

the kernal can take back cache memory whenever it wants to, but not (all of the) buffers - buffers are needed for inter-process communication.

this article explains the fundamentals