Skip to content

Instantly share code, notes, and snippets.

@emilk
Created September 1, 2017 08:14
Show Gist options
  • Save emilk/4de7ee5b21d994258446ca4970d99c3c to your computer and use it in GitHub Desktop.
Save emilk/4de7ee5b21d994258446ca4970d99c3c to your computer and use it in GitHub Desktop.
sudo dd if=/dev/zero of=/root/myswapfile bs=1M count=65536
sudo chmod 600 /root/myswapfile
sudo mkswap /root/myswapfile
sudo swapon /root/myswapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment