摘要: 1.清理前内存使用情况 free -m2.开始清理 echo 1 > /proc/sys/vm/drop_caches 3.清理后内存使用情况 free -m4.完成!查看内存条数命令: dmidecode | grep -A16 "Memory Device$" # sync# echo 1 > 阅读全文
posted @ 2017-12-21 11:42 雪如歌 阅读(239) 评论(0) 推荐(0) 编辑