diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-17 17:40:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-17 17:40:15 +0000 |
commit | 5776f47d6e5ee4fe7797ec31aad2e3bbbb08b8d2 (patch) | |
tree | 64b345517eadfb03724eda8deebd56ec917fba69 /share/procps/zz-compute-tools.conf | |
parent | Adding upstream version 20180825. (diff) | |
download | open-infrastructure-compute-tools-5776f47d6e5ee4fe7797ec31aad2e3bbbb08b8d2.tar.xz open-infrastructure-compute-tools-5776f47d6e5ee4fe7797ec31aad2e3bbbb08b8d2.zip |
Adding upstream version 20190217.upstream/20190217
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/procps/zz-compute-tools.conf')
-rw-r--r-- | share/procps/zz-compute-tools.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/procps/zz-compute-tools.conf b/share/procps/zz-compute-tools.conf new file mode 100644 index 0000000..c464c42 --- /dev/null +++ b/share/procps/zz-compute-tools.conf @@ -0,0 +1,16 @@ +# 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 + +# Enabling user namespace, disabled by default (#898446) +#kernel.unprivileged_userns_clone=1 |