Skip to content

Instantly share code, notes, and snippets.

@ConradStack
Created September 28, 2017 02:19
Show Gist options
  • Save ConradStack/574182f193ae712b7de7e4078b07607c to your computer and use it in GitHub Desktop.
Save ConradStack/574182f193ae712b7de7e4078b07607c to your computer and use it in GitHub Desktop.
Clear linux PageCache
# From [this tutorial](https://www.tecmint.com/clear-ram-memory-cache-buffer-and-swap-space-on-linux/)
sync; echo 1 > /proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment