Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created August 11, 2014 09:22
Show Gist options
  • Save jsleetw/eabab7ef5207e28792b2 to your computer and use it in GitHub Desktop.
Save jsleetw/eabab7ef5207e28792b2 to your computer and use it in GitHub Desktop.
aws make mnt as swap
sudo dd if=/dev/zero of=/mnt/swapfile1 bs=1024 count=25240000
mkswap /mnt/swapfile1
swapon /mnt/swapfile1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment