随笔分类 -  Linux

摘要: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 in... 阅读全文
posted @ 2014-10-06 14:19 诚石 阅读(114) 评论(0) 推荐(0)