From 94f1d210e4422c4f04bc344aa436d53921788789 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 17 Feb 2020 18:54:01 +0100 Subject: [PATCH] sysctl: Increased fs.inotify.max_user_watches to 16k --- .config/sysctl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sysctl.conf b/.config/sysctl.conf index eafaa2c..b7ab94d 100644 --- a/.config/sysctl.conf +++ b/.config/sysctl.conf @@ -1,4 +1,5 @@ fs.inotify.max_user_instances = 1024 +fs.inotify.max_user_watches = 16384 fs.protected_hardlinks = 1 fs.protected_symlinks = 1