proc.5: Document /proc/meminfo KReclaimable field

Added in Linux 4.20.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-11-05 12:05:08 +01:00
parent 1c1ccb2c65
commit 7375eaabfb
1 changed files with 7 additions and 0 deletions

View File

@ -3539,6 +3539,13 @@ Amount of memory consumed in
.BR tmpfs (5)
filesystems.
.TP
.IR KReclaimable " %lu (since Linux 4.20)"
Kernel allocations that the kernel will attempt to reclaim
under memory pressure.
Includes
.I SReclaimable
(below), and other direct allocations with a shrinker.
.TP
.IR Slab " %lu"
In-kernel data structures cache.
(See