aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-11-05 12:05:08 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-11-05 12:05:08 +0100
commit7375eaabfb6d3d52bd8ac7c7acfae21a6ca0680f (patch)
tree904956b1ee63b9062e74c6b37f5bfa18986e5656
parent1c1ccb2c6574a988fb8be6c57fac7c670d8a2fb9 (diff)
downloadman-pages-7375eaabfb6d3d52bd8ac7c7acfae21a6ca0680f.tar.gz
proc.5: Document /proc/meminfo KReclaimable field
Added in Linux 4.20. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.57
1 files changed, 7 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index aa8171ecd6..0d069e9247 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -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