Last active
April 1, 2019 02:11
-
-
Save akhdaniel/259af758cae31ec28e589602e5005052 to your computer and use it in GitHub Desktop.
Kernel Tuning
This file contains hidden or 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.overcommit_memory=2 | |
vm.swappiness=0 | |
vm.dirty_ratio=2 | |
vm.dirty_background_ratio=1 | |
vm.nr_hugepages=4287 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment