aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-14 09:48:07 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-14 10:47:52 +1300
commit8b4b1f6803ea70fe7093db1a030086f294f7fb16 (patch)
tree8bd72c6791bc1d415597e86574ee166ef1a1104e
parent43179f55eafb75d5d1311212ddd200ad937febe3 (diff)
downloadman-pages-8b4b1f6803ea70fe7093db1a030086f294f7fb16.tar.gz
proc.5: Document MemAvailable /proc/meminfo field
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 482cee1938..045e4643f1 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2665,6 +2665,10 @@ bits and the kernel binary code).
The sum of
.IR LowFree + HighFree .
.TP
+.IR MemAvailable " %lu (since Linux 3.14)"
+An estimate of how much memory is available for starting new
+applications, without swapping.
+.TP
.IR Buffers " %lu"
Relatively temporary storage for raw disk blocks that
shouldn't get tremendously large (20MB or so).