Skip to content

Instantly share code, notes, and snippets.

View P4z's full-sized avatar

Remik P4z

View GitHub Profile
@P4z
P4z / sysctl.conf
Created August 20, 2019 15:01 — forked from voluntas/sysctl.conf
Sysctl configuration for high performance
### KERNEL TUNING ###
# Increase size of file handles and inode cache
fs.file-max = 2097152
# Do less swapping
vm.swappiness = 10
vm.dirty_ratio = 60
vm.dirty_background_ratio = 2