Skip to content

Instantly share code, notes, and snippets.

@temon
Created April 22, 2019 04:01
Show Gist options
  • Save temon/b61e1ac514ff14c979f67e9de5b18032 to your computer and use it in GitHub Desktop.
Save temon/b61e1ac514ff14c979f67e9de5b18032 to your computer and use it in GitHub Desktop.
/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
/sbin/mkswap /var/swap.1
/sbin/swapon /var/swap.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment