Skip to content

Instantly share code, notes, and snippets.

@LukasRychtecky
Created January 3, 2016 09:14
Show Gist options
  • Save LukasRychtecky/9987511da01156ba09de to your computer and use it in GitHub Desktop.
Save LukasRychtecky/9987511da01156ba09de to your computer and use it in GitHub Desktop.
Free up a memory on Ubuntu
echo 1 > /proc/sys/vm/drop_caches
echo 2 > /proc/sys/vm/drop_caches
echo 3 > /proc/sys/vm/drop_caches
sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment