Skip to content

Instantly share code, notes, and snippets.

@kevinejohn
Created July 24, 2015 23:51
Show Gist options
  • Save kevinejohn/684942f7e3e40fbe869e to your computer and use it in GitHub Desktop.
Save kevinejohn/684942f7e3e40fbe869e to your computer and use it in GitHub Desktop.
Allocating Swap CoreOS
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