library: reverting tmpfs subtraction from cached (18-FEB-2014)
The subtraction was marked as reinforcing the misconception, that memory in the page cache can be considered free. The Cached value is not a sum of page cache and tmpfs, as the tmpfs memory lives in the page cache and therefore it's an inseparable part of it.
This commit is contained in:
4
free.1
4
free.1
@@ -32,9 +32,7 @@ kernels 2.6.32, displayed as zero if not available)
|
||||
Memory used by kernel buffers (Buffers in /proc/meminfo)
|
||||
.TP
|
||||
\fBcached\fR
|
||||
Memory used by the page cache (calculated as Cached - Shmem in
|
||||
/proc/meminfo - the Cached value is actually the sum of page cache and
|
||||
tmpfs memory)
|
||||
Memory used by the page cache (Cached in /proc/meminfo)
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-b\fR, \fB\-\-bytes\fR
|
||||
|
||||
Reference in New Issue
Block a user