From e4ca09e921727cdcb1bb666361895a38c2711815 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 1 Feb 2021 19:20:55 +0100 Subject: [PATCH] sysctl: document fs.inotify.max_user_watches setting --- config/includes.chroot/etc/sysctl.d/custom.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/includes.chroot/etc/sysctl.d/custom.conf b/config/includes.chroot/etc/sysctl.d/custom.conf index a39c541..09274c6 100644 --- a/config/includes.chroot/etc/sysctl.d/custom.conf +++ b/config/includes.chroot/etc/sysctl.d/custom.conf @@ -125,6 +125,10 @@ vm.vfs_cache_pressure = 150 # This tunable expresses the interval between those wakeups, in 100’ths of a second. # vm.dirty_writeback_centisecs = 500 +# increase the limit on the number of watches that can be created per real user ID +# fs.inotify.max_user_watches = 524288 + + ### MISC SECURITY # Disable the magic-sysrq key