Skip to content

Instantly share code, notes, and snippets.

@gavincyi
Last active March 22, 2016 23:40
Show Gist options
  • Select an option

  • Save gavincyi/75d002d4f8429b573796 to your computer and use it in GitHub Desktop.

Select an option

Save gavincyi/75d002d4f8429b573796 to your computer and use it in GitHub Desktop.
Free memory
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment