Created
July 9, 2019 09:48
-
-
Save enqtran/e9b8cce1113622a6bef404c7de2647c2 to your computer and use it in GitHub Desktop.
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
sync; echo 1 > /proc/sys/vm/drop_caches | |
sync; echo 2 > /proc/sys/vm/drop_caches | |
sync; echo 3 > /proc/sys/vm/drop_caches | |
crontab -l | |
0 * * * * sync; echo 3 > /proc/sys/vm/drop_caches | |
free -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment