Created
August 11, 2014 09:22
-
-
Save jsleetw/eabab7ef5207e28792b2 to your computer and use it in GitHub Desktop.
aws make mnt as swap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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