首页 > 服务器 > CentOS > Centos清理内存相关命令
2014
11-07

Centos清理内存相关命令

在清理前内存使用情况
free -m

用以下命令清理内存

echo 1 > /proc/sys/vm/drop_caches

清理后内存使用情况再用以下命令看看。
free -m
多出很多内存了吧。

查看内存条数命令:

dmidecode |grep -A16 "Memory Device$"

编程技巧