Centos释放cache内存命令
时间:2014-03-29 18:55 来源:linux.it.net.cn 作者:IT网
cache释放:
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
释放前最好sync一下,防止丢数据。
(责任编辑:IT)
cache释放: 释放前最好sync一下,防止丢数据。 (责任编辑:IT) |