Skip to content

Instantly share code, notes, and snippets.

@gpedro
Created May 27, 2016 19:39
Show Gist options
  • Save gpedro/adbf7740b84577c1ec71f49f9efbd8a5 to your computer and use it in GitHub Desktop.
Save gpedro/adbf7740b84577c1ec71f49f9efbd8a5 to your computer and use it in GitHub Desktop.
AWS EC2 micro instances don't have swap
#!/bin/bash
/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
/sbin/mkswap /var/swap.1
/sbin/swapon /var/swap.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment