diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 07:51:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 08:55:49 +0000 |
commit | a83ed9488d9c67b7d2b93d427109b417151eb69d (patch) | |
tree | 1a5c9a43c28cebe77c263509d18df604c3ab583f /share/procps/zz-container-tools.conf | |
parent | Clarify differences between container enter and console commands in manpages. (diff) | |
download | compute-tools-a83ed9488d9c67b7d2b93d427109b417151eb69d.tar.xz compute-tools-a83ed9488d9c67b7d2b93d427109b417151eb69d.zip |
Improving comment in procps configuration.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/procps/zz-container-tools.conf | 7 |
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 |