Skip to content

Instantly share code, notes, and snippets.

@caseyw
Created March 2, 2013 15:21
Show Gist options
  • Save caseyw/5071512 to your computer and use it in GitHub Desktop.
Save caseyw/5071512 to your computer and use it in GitHub Desktop.
Add swap space to AWS EC2 micro server
# sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
# sudo /sbin/mkswap /var/swap.1
# sudo /sbin/swapon /var/swap.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment