Author: techfox9

How to clear linux memory cache ..

Thursday, August 26th, 2010 @ 9:31 am

From http://www.scottklarr.com/topic/134/linux-how-to-clear-the-cache-from-memory/

$ sync; echo 3 > /proc/sys/vm/drop_caches

Wait for caches to be flushed..

$ sync; echo 0 > /proc/sys/vm/drop_caches

Linux


 


Comments are closed.