Last active
August 19, 2021 22:00
-
-
Save GuiMarthe/d84f316f89d44098cae9aa7bd98bc5bf to your computer and use it in GitHub Desktop.
This is a small one liner that I saw somewhere for freeing up some memory on linux systems.
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
| free -m | |
| echo 3 | sudo tee /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