查看Linux内存条数与清理内存的命令
1.查看当前内存使用状态free -m 或者 free -g (-m按MB查看, -g按GB查看)2.整理内存echo 1 > /proc/sys/vm/drop_caches 3.查看内存条数命令: dmidecode |grep -A16 "Memory Device$"
·
1.查看当前内存使用状态
free -m 或者 free -g (-m按MB查看, -g按GB查看)
2.整理内存
echo 1 > /proc/sys/vm/drop_caches
3.查看内存条数命令:
dmidecode |grep -A16 "Memory Device$"
free -m 或者 free -g (-m按MB查看, -g按GB查看)
2.整理内存
echo 1 > /proc/sys/vm/drop_caches
3.查看内存条数命令:
dmidecode |grep -A16 "Memory Device$"
更多推荐
已为社区贡献2条内容
所有评论(0)