centos7 清理缓存(buff/cache)

背景:服务器运行过程中发现内存不够用,缓存的又太多

现象:

centos7 清理缓存(buff/cache)

 

 解决办法:

1、同步数据到磁盘

[root@localhost ~]# sync

2、根据需求清除对应缓存

[root@localhost ~]# echo 3 > /proc/sys/vm/drop_caches
参数说明:
0 //默认是0; 1-清空页缓存; 2-清空inode和目录树缓存; 3-清空所有缓存

3、再次查看

centos7 清理缓存(buff/cache)

 

centos7 清理缓存(buff/cache)

上一篇:Flash cs3仿真艺术设计 压扁与拉伸运用


下一篇:win7/8下VirtualBox虚拟共享文件夹设置