Created
January 28, 2017 20:49
-
-
Save zgulde/e2687d65efd9932173c55259d6ba4eae 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
| fallocate -l 1G /swap | |
| mkswap /swap | |
| echo "/swap none swap sw 0 0" >> /etc/fstab | |
| swapon -ae |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment