Created
June 16, 2021 15:35
-
-
Save mrdev023/47abfaaa377484d97710a380ae63d86c to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
sudo bash -c "echo 1 > /proc/sys/vm/drop_caches" | |
sudo bash -c "echo 1 > /proc/sys/vm/compact_memory" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment