centos 6.5 清除内存中的系统缓存

时间:2014-10-14 14:27:30   收藏:0   阅读:294


centos 6.5 清除内存中的系统缓存

# free -m

             total       used       free     shared    buffers     cached

Mem:         15936       7313       8623          0          3         90

-/+ buffers/cache:       7219       8716

Swap:         8194          7       8187


使用以下命令清除缓存:


echo 3 > /proc/sys/vm/drop_caches


#free -m 

             total       used       free     shared    buffers     cached

Mem:         15936       5313       10623          0          3         60

-/+ buffers/cache:       7219       8716

Swap:         8194          7       8187


原文:http://bristol.blog.51cto.com/1004110/1563824

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!