linux清理内存

1.清理前内存使用情况free -m 2.开始清理echo 1 > procsysvmdrop_caches 3.清理后内存使用情况free -m 4.完成!

16天前110