|
In Linux memory is kept in a big pool. Active memory gets first call on memory. Whatever it does not use goes into cache/buffers. If active memory needs more, buffer/cache gives it up. When active memory is done with a chunk, cache/buffers take it back. It is in constant flux this way.
|