Double the amount of fs.inotify.max_user_instances
The default 128 is not enough so increased to 256 have not yet exceeded ~222 instances but will keep an eye on it.
This commit is contained in:
parent
a287204f23
commit
74b69e8ccb
|
@ -3,5 +3,6 @@ vm.swappiness = 100
|
|||
vm.dirty_background_ratio = 1
|
||||
vm.dirty_ratio = 50
|
||||
kernel.panic = 20
|
||||
fs.inotify.max_user_instances = 256
|
||||
fs.inotify.max_user_watches = 524288
|
||||
kernel.printk = 3 4 1 3
|
||||
|
|
Loading…
Reference in New Issue