Skip to content

Instantly share code, notes, and snippets.

@bragboy
Last active November 21, 2015 13:59
Show Gist options
  • Select an option

  • Save bragboy/b0ce775483227d4e1218 to your computer and use it in GitHub Desktop.

Select an option

Save bragboy/b0ce775483227d4e1218 to your computer and use it in GitHub Desktop.
sudo su - root
cd /var
touch swap.img
chmod 600 swap.img
dd if=/dev/zero of=/var/swap.img bs=1024k count=8000
mkswap /var/swap.img
swapon /var/swap.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment