Skip to content

Instantly share code, notes, and snippets.

@ntomka
Created March 4, 2015 12:14
Show Gist options
  • Save ntomka/dc6af49539abe3aa45eb to your computer and use it in GitHub Desktop.
Save ntomka/dc6af49539abe3aa45eb to your computer and use it in GitHub Desktop.
Empty Linux kernel memory cache & buffers
free -m && sync && echo 3 > /proc/sys/vm/drop_caches && free -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment