centos6.5清除内存中的系统缓存方法
志艺分享
你还在为不知道centos 6.5 清除内存中的系统缓存方法而不知所措么?下面来是学习啦小编为大家收集的centos 6.5 清除内存中的系统缓存方法,欢迎大家阅读:
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
看了“centos 6.5 清除内存中的系统缓存方法”还想看: