Skip to content

Instantly share code, notes, and snippets.

@ansargondal
Created September 2, 2019 13:12
Show Gist options
  • Save ansargondal/9cbe58b2c22aed3c03cbcf4df259ad41 to your computer and use it in GitHub Desktop.
Save ansargondal/9cbe58b2c22aed3c03cbcf4df259ad41 to your computer and use it in GitHub Desktop.
Did this on my linux box and it worked
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo /sbin/swapon /var/swap.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment