Skip to content

Instantly share code, notes, and snippets.

@viet-wego
Last active June 20, 2017 10:25
Show Gist options
  • Save viet-wego/0b93e8a679f8f50018079371c151af05 to your computer and use it in GitHub Desktop.
Save viet-wego/0b93e8a679f8f50018079371c151af05 to your computer and use it in GitHub Desktop.
Create swap for linux
sudo dd if=/dev/zero of=/swapfile count=2048 bs=1MiB
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment