How to clear linux memory cache ..
Aug 26, 2010 by techfox9 in Linux
Author: techfox9
Aug 26, 2010 in Linux
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
Aug 26, 2010 by techfox9 in Linux
Aug 13, 2010 by techfox9 in Perl
Jun 30, 2010 by techfox9 in Database