From 210ab0e22671589d66e7c8305e9e4104baf22e30 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Apr 2019 18:07:54 +0200 Subject: [PATCH] sysctl.d/40-openmamba.conf: increment user inotify watches to a high number --- usr/lib/sysctl.d/40-openmamba.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/lib/sysctl.d/40-openmamba.conf b/usr/lib/sysctl.d/40-openmamba.conf index 4859206..ab015d5 100644 --- a/usr/lib/sysctl.d/40-openmamba.conf +++ b/usr/lib/sysctl.d/40-openmamba.conf @@ -39,3 +39,6 @@ net.ipv4.icmp_echo_ignore_broadcasts = 1 kernel.core_uses_pid = 1 net.ipv4.tcp_window_scaling = 0 + +# Increment default user inotify watches limit +fs.inotify.max_user_watches=524288