Skip to content

Instantly share code, notes, and snippets.

@guilhermebkel
Created February 27, 2020 10:08
Show Gist options
  • Save guilhermebkel/43189093b99d292e5728a3d669eb8568 to your computer and use it in GitHub Desktop.
Save guilhermebkel/43189093b99d292e5728a3d669eb8568 to your computer and use it in GitHub Desktop.
Clean cache command
free -h && sudo sysctl -w vm.drop_caches=3 && sudo sync && echo 3 | sudo tee /proc/sys/vm/drop_caches && free -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment