Web Design

Clear the memory cache in Linux

In Linux, you can clear the cache of the memory by using sync; echo 3 > /proc/sys/vm/drop_caches [...]