aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-01-19 09:00:31 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-01-25 00:01:23 +1300
commit50dedc44d0b0d1b382dfd530cadbe66e0722c9ed (patch)
treeddb37eb8d611ed777d532d0edc9f102bd716b1c8
parent1dc9bca64ff3bada00920e7c20924607602e0537 (diff)
downloadman-pages-50dedc44d0b0d1b382dfd530cadbe66e0722c9ed.tar.gz
proc.5: Document /proc/sys/fs/mount-max
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 45f0614111..6c710c29b8 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -4020,6 +4020,12 @@ on a system-wide basis.
If this file contains the value 0, leases are disabled.
A nonzero value enables leases.
.TP
+.IR /proc/sys/fs/mount-max " (since Linux 4.9)"
+.\" commit d29216842a85c7970c536108e093963f02714498
+The value in this file specifies the maximum number of mounts that may exist
+in a mount namespace.
+The default vslue in this file is 100,000.
+.TP
.IR /proc/sys/fs/mqueue " (since Linux 2.6.6)"
This directory contains files
.IR msg_max ", " msgsize_max ", and " queues_max ,