Skip to content

Instantly share code, notes, and snippets.

@robheittman
Created February 6, 2011 22:21
Show Gist options
  • Save robheittman/813775 to your computer and use it in GitHub Desktop.
Save robheittman/813775 to your computer and use it in GitHub Desktop.
Add some swap to a micro instance
dd if=/dev/zero of=/mnt/swapfile.swap bs=1M count=1024
mkswap /mnt/swapfile.swap
swapon /mnt/swapfile.swap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment