Last active
October 5, 2015 22:05
-
-
Save horelvis/acfacbdf076da8741dbb to your computer and use it in GitHub Desktop.
Liberar memoria RAM en Linux
This file contains 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 sync && sudo sysctl -w vm.drop_caches=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment