手动释放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 inodes: echo 3 >/proc/sys/vm/drop_caches.
posted @ 2014-10-06 14:19  诚石  阅读(111)  评论(0编辑  收藏  举报