Created
August 31, 2015 08:40
-
-
Save vallettea/c8c8cae5b04f096f7904 to your computer and use it in GitHub Desktop.
free/monitor unuzed memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watch -n 1 free -m | |
sudo sysctl -w vm.drop_caches=3 | |
sudo sync && echo 3 | sudo tee /proc/sys/vm/drop_caches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment