Skip to content

Instantly share code, notes, and snippets.

@speeddragon
Created November 15, 2015 02:40
Show Gist options
  • Save speeddragon/c8047408f9bfc9923cb7 to your computer and use it in GitHub Desktop.
Save speeddragon/c8047408f9bfc9923cb7 to your computer and use it in GitHub Desktop.
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
make -f makefile.unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment