Skip to content

Instantly share code, notes, and snippets.

@jonixmobile
jonixmobile / sysctl.conf
Created August 4, 2017 18:36
kernel tuning for high rate connections
kernel.printk = 4 4 1 7
kernel.panic = 10
kernel.sysrq = 16
kernel.shmmax = 4294967296
kernel.shmall = 4194304
kernel.core_uses_pid = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
vm.swappiness = 20
vm.dirty_ratio = 80