summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 07:51:38 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 08:55:49 +0000
commita83ed9488d9c67b7d2b93d427109b417151eb69d (patch)
tree1a5c9a43c28cebe77c263509d18df604c3ab583f
parentClarify differences between container enter and console commands in manpages. (diff)
downloadcompute-tools-a83ed9488d9c67b7d2b93d427109b417151eb69d.tar.xz
compute-tools-a83ed9488d9c67b7d2b93d427109b417151eb69d.zip
Improving comment in procps configuration.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/procps/zz-container-tools.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/share/procps/zz-container-tools.conf b/share/procps/zz-container-tools.conf
index 2396dfc..8b15f11 100644
--- a/share/procps/zz-container-tools.conf
+++ b/share/procps/zz-container-tools.conf
@@ -1,6 +1,7 @@
-# The default limits are set to small and eventually lead to errors like
-# the following on container start:
-# Failed to allocate directory watch: Too many open files
+# The default limits are set to low for running many containers
+# and eventually lead to errors like the following on container start:
+#
+# Failed to allocate directory watch: Too many open files
# /proc/sys/fs/inotify/max_queued_events defaults to 16384
fs.inotify.max_queued_events=1048576