04 June 2011

linux drop cache

Thing that is rarely used but very useful when needed. How do drop cache's in Linux:

free pagecache

echo 1 > /proc/sys/vm/drop_caches

free dentries and inodes

echo 2 > /proc/sys/vm/drop_caches

pagecache, dentries and inodes

echo 3 > /proc/sys/vm/drop_caches