Skip to content

Instantly share code, notes, and snippets.

@x684867
Created October 26, 2014 20:35
Show Gist options
  • Save x684867/8518d7bc1baa0a94b1c2 to your computer and use it in GitHub Desktop.
Save x684867/8518d7bc1baa0a94b1c2 to your computer and use it in GitHub Desktop.
This gist will create swap on an Amazon or GCE cloud server...useful for avoiding crashes.
sudo dd if=/dev/zero of=/swap count=1048576 bs=2048
sudo mkswap /swap
sudo swapon /swap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment