Skip to content

Instantly share code, notes, and snippets.

@ric03uec
Created September 28, 2013 22:57
Show Gist options
  • Save ric03uec/6747579 to your computer and use it in GitHub Desktop.
Save ric03uec/6747579 to your computer and use it in GitHub Desktop.
$dd if=/dev/zero of=/root/myswapfile bs=1M count=1024
$chmod 600 /root/myswapfile
mkswap /root/myswapfile
swapon /root/myswapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment