Skip to content

Instantly share code, notes, and snippets.

@skyriser
Last active March 12, 2019 06:11
Show Gist options
  • Save skyriser/fc1b9d06facdcc2a6376d313189aa849 to your computer and use it in GitHub Desktop.
Save skyriser/fc1b9d06facdcc2a6376d313189aa849 to your computer and use it in GitHub Desktop.
dd if=/dev/zero of=/var/swap bs=1M count=1024
mkswap /var/swap
chmod 0600 /var/swap
swapon /var/swap

fstab

/var/swap   swap        swap    defaults        0   0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment