diff options
Diffstat (limited to 'nonsystemd/filesystem/sysctl')
-rw-r--r-- | nonsystemd/filesystem/sysctl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nonsystemd/filesystem/sysctl b/nonsystemd/filesystem/sysctl new file mode 100644 index 000000000..b585ea2cc --- /dev/null +++ b/nonsystemd/filesystem/sysctl @@ -0,0 +1,3 @@ +# Raise inotify resource limits +fs.inotify.max_user_instances = 1024 +fs.inotify.max_user_watches = 524288 |