From 0f0239db45cbd40ff79f301bbade2f2dcb005931 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Feb 2019 11:52:12 +0100 Subject: Renaming container-tools to compute-tools. Signed-off-by: Daniel Baumann --- share/procps/zz-container-tools.conf | 16 ---------------- share/procps/zz-container.conf | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 share/procps/zz-container-tools.conf create mode 100644 share/procps/zz-container.conf (limited to 'share/procps') diff --git a/share/procps/zz-container-tools.conf b/share/procps/zz-container-tools.conf deleted file mode 100644 index c464c42..0000000 --- a/share/procps/zz-container-tools.conf +++ /dev/null @@ -1,16 +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 - -# Enabling user namespace, disabled by default (#898446) -#kernel.unprivileged_userns_clone=1 diff --git a/share/procps/zz-container.conf b/share/procps/zz-container.conf new file mode 100644 index 0000000..c464c42 --- /dev/null +++ b/share/procps/zz-container.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 -- cgit v1.2.3