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:
j1nx 2022-11-10 12:14:33 +01:00
parent a287204f23
commit 74b69e8ccb
1 changed files with 1 additions and 0 deletions

View File

@ -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