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

    用以下命令清理内存

    echo 1 > /proc/sys/vm/drop_caches

    清理后内存使用情况再用以下命令看看。
    free –m

    多出很多内存了吧。

    查看内存条数命令:

    dmidecode |grep -A16 "Memory Device$"