diff options
-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 |