Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Last active February 12, 2019 17:58
Show Gist options
  • Save gwsu2008/1ad152588d0cdefb3f0fe2a5e0845e9a to your computer and use it in GitHub Desktop.
Save gwsu2008/1ad152588d0cdefb3f0fe2a5e0845e9a to your computer and use it in GitHub Desktop.
sudo dd if=/dev/zero of=/swapfile count=4096 bs=1MiB
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
swapon -s
/etc/fstab
/swapfile swap swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment