Answers for "clear all ram cache linux"

0

clear ram cache ubuntu

sync && echo 3 | sudo tee /proc/sys/vm/drop_caches
Posted by: Guest on January-12-2021
7

clear ram linux

sudo sync; echo 3 > /proc/sys/vm/drop_caches
Posted by: Guest on April-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language