Skip to content

Instantly share code, notes, and snippets.

@anilex
Created April 6, 2014 13:55
Show Gist options
  • Save anilex/10006380 to your computer and use it in GitHub Desktop.
Save anilex/10006380 to your computer and use it in GitHub Desktop.

Free inactive memory on linux

sudo -s
...
free && sync && echo 3 | sudo tee /proc/sys/vm/drop_caches && echo "" && free

Free inactive memory on Mac OS X

The purge command is installed with the command line tools for XCode.

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