Skip to content

Instantly share code, notes, and snippets.

View m-yoshimo's full-sized avatar

m-yoshimo m-yoshimo

View GitHub Profile
@m-yoshimo
m-yoshimo / sysctl.conf
Created March 30, 2019 14:52 — 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