sysctl: Increased fs.inotify.max_user_watches to 16k
This commit is contained in:
parent
74a3028a04
commit
94f1d210e4
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
fs.inotify.max_user_instances = 1024
|
fs.inotify.max_user_instances = 1024
|
||||||
|
fs.inotify.max_user_watches = 16384
|
||||||
fs.protected_hardlinks = 1
|
fs.protected_hardlinks = 1
|
||||||
fs.protected_symlinks = 1
|
fs.protected_symlinks = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue