/proc/sys/vm/drop_caches


To free pagecache:
  • echo 1 > /proc/sys/vm/drop_caches
To free dentries and inodes:
  • echo 2 > /proc/sys/vm/drop_caches
To free pagecache, dentries and inodes:
  • echo 3 > /proc/sys/vm/drop_caches

linux 2.6.16 之後才有

refernece : 

http://people.arsc.edu/~kcarlson/software/man/drop_caches.html
http://www.linuxidc.com/Linux/2010-03/24939.htm

留言

這個網誌中的熱門文章

NMEA標準格式 -- GPS

網路 Transformer 的用途

cut,sed,awk 字串處理