Skip to content

Instantly share code, notes, and snippets.

@f4th4n
Created August 10, 2017 16:08
Show Gist options
  • Save f4th4n/76cc5320fa73017adebee00573c7f52f to your computer and use it in GitHub Desktop.
Save f4th4n/76cc5320fa73017adebee00573c7f52f to your computer and use it in GitHub Desktop.
Create Swap Centos
fallocate -l 4G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
swapon -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment