Skip to content

Instantly share code, notes, and snippets.

@Enelar
Created April 4, 2016 16:04
Show Gist options
  • Save Enelar/2fbe9f055b90585669e820b91583e35a to your computer and use it in GitHub Desktop.
Save Enelar/2fbe9f055b90585669e820b91583e35a to your computer and use it in GitHub Desktop.
sysctl.conf
vm.swappiness=90
vm.dirty_ratio=50
vm.dirty_background_ratio=30
vm.dirty_writeback_centisecs=60000
vm.vfs_cache_pressure=150
vm.laptop_mode=1
vm.page-cluster=1
vm.min_free_kbytes=2048
vm.memory_failure_recovery=1
vm.panic_on_oom=1
vm.oom_kill_allocating_task=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment