Created
July 24, 2015 23:51
-
-
Save kevinejohn/684942f7e3e40fbe869e to your computer and use it in GitHub Desktop.
Allocating Swap CoreOS
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
sudo fallocate -l 1G /swap | |
sudo mkswap /swap | |
sudo chmod 600 /swap | |
sudo swapon /swap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment