mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 17:51:15 +01:00
20 lines
428 B
Plaintext
20 lines
428 B
Plaintext
vm.vfs_cache_pressure = 500
|
|
vm.swappiness = 100
|
|
vm.dirty_background_ratio = 1
|
|
vm.dirty_ratio = 50
|
|
vm.dirty_expire_centisecs = 500
|
|
vm.dirty_writeback_centisecs = 500
|
|
vm.overcommit_memory = 2
|
|
vm.overcommit_ratio = 100
|
|
|
|
kernel.panic = 20
|
|
kernel.printk = 3 4 1 3
|
|
|
|
fs.inotify.max_user_instances = 512
|
|
fs.inotify.max_user_watches = 524288
|
|
|
|
net.core.rmem_max = 4194304
|
|
net.core.wmem_max = 4194304
|
|
|
|
net.ipv4.igmp_max_memberships = 1024
|