Linux 下释放 cache 空间命令如下:
# 在释放缓存前应该先 sync # 手动释放内存 echo 3 > /proc/sys/vm/drop_caches # 查看内存是否已经释放 free -h
drop_caches 的值可以是 0-3 之间的数字,代表不同的含义: