mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-28 17:39:44 +01:00
74b69e8ccb
The default 128 is not enough so increased to 256 have not yet exceeded ~222 instances but will keep an eye on it.
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
vm.vfs_cache_pressure = 500
|
|
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
|