Skip to content

Instantly share code, notes, and snippets.

@elvisvinicius
Created May 24, 2018 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvisvinicius/7c399944ea57bc73a017cb3eb3a531d1 to your computer and use it in GitHub Desktop.
Save elvisvinicius/7c399944ea57bc73a017cb3eb3a531d1 to your computer and use it in GitHub Desktop.
# /etc/sysctl.d/99-performance.conf
vm.swappiness=10
vm.vfs_cache_pressure=50
vm.dirty_ratio = 10
vm.dirty_background_ratio = 5
vm.dirty_expire_centisecs = 2000
vm.dirty_writeback_centisecs = 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment