Skip to content

Instantly share code, notes, and snippets.

@KarthiAru
Created December 14, 2016 16:03
Show Gist options
  • Save KarthiAru/60126f08832329053a8b39ddd8b06797 to your computer and use it in GitHub Desktop.
Save KarthiAru/60126f08832329053a8b39ddd8b06797 to your computer and use it in GitHub Desktop.
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
sudo sh -c 'echo "/var/swap.1 swap swap defaults 0 0 " >> /etc/fstab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment