Skip to content

Instantly share code, notes, and snippets.

@mancubus77
Created April 26, 2017 22:56
Show Gist options
  • Save mancubus77/aa0a4edc839dfb0f161cc7578e760fb5 to your computer and use it in GitHub Desktop.
Save mancubus77/aa0a4edc839dfb0f161cc7578e760fb5 to your computer and use it in GitHub Desktop.
# clear cache memory from cli
sync && echo 3 | sudo tee /proc/sys/vm/drop_caches
# crontab
*/15 * * * * root sync && echo 3 > /proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment