diff options
Diffstat (limited to 'share/procps/zz-container-tools.conf')
-rw-r--r-- | share/procps/zz-container-tools.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/share/procps/zz-container-tools.conf b/share/procps/zz-container-tools.conf deleted file mode 100644 index 8b15f11..0000000 --- a/share/procps/zz-container-tools.conf +++ /dev/null @@ -1,13 +0,0 @@ -# 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 - -# /proc/sys/fs/inotify/max_user_instances defaults to 128 -fs.inotify.max_user_instances=1048576 - -# /proc/sys/fs/inotify/max_user_watches defaults to 8192 -fs.inotify.max_user_watches=1048576 |