Sunday, January 2, 2011

[Note] linux free caches

Ref. Drop Caches

#Freeing the page cache
echo 1 > /proc/sys/vm/drop_caches
#Free dentries and inodes
echo 2 > /proc/sys/vm/drop_caches
#Free the page cache, dentries and the inodes
echo 3 > /proc/sys/vm/drop_caches

No comments:

Post a Comment