Created
October 1, 2015 08:22
-
-
Save gigkokman/7c0acd0bf1e72252ce54 to your computer and use it in GitHub Desktop.
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
# /etc/sysctl.conf | |
# set swap to 1k | |
```vm.swappiness = 1``` | |
# reload config | |
```sysctl -p /etc/sysctl.conf``` | |
# check config | |
```cat /proc/sys/vm/swappiness``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment