Linux的緩存可以通過以下方式手動清理:
sudo sync
sudo echo 1 > /proc/sys/vm/drop_caches
free -h
請注意,手動清理緩存可能會影響系統性能,建議謹慎操作。