Created
May 30, 2013 04:21
-
-
Save cuibonobo/5675693 to your computer and use it in GitHub Desktop.
Supposedly these values in `/etc/sysctl.conf` will make booting snappier. I don't have hard before/after times to confirm this though.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vm.dirty_background_ratio = 20 | |
vm.dirty_expire_centisecs = 0 | |
vm.dirty_ratio = 80 | |
vm.dirty_writeback_centisecs = 1200 | |
vm.overcommit_ratio = 2 | |
vm.laptop_mode = 5 | |
vm.swappiness = 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment