From 7375eaabfb6d3d52bd8ac7c7acfae21a6ca0680f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Nov 2018 12:05:08 +0100 Subject: [PATCH] proc.5: Document /proc/meminfo KReclaimable field Added in Linux 4.20. Signed-off-by: Michael Kerrisk --- man5/proc.5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man5/proc.5 b/man5/proc.5 index aa8171ecd..0d069e924 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