Skip to content

Instantly share code, notes, and snippets.

@jrran90
Created December 16, 2019 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrran90/ba69ee00e923bdc90f0871a55ef03a87 to your computer and use it in GitHub Desktop.
Save jrran90/ba69ee00e923bdc90f0871a55ef03a87 to your computer and use it in GitHub Desktop.
Swap memory

sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 sudo /sbin/mkswap /var/swap.1 sudo /sbin/swapon /var/swap.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment