Linux

Linux 下清空 Page cache

使用下面这条命令: ```sh sync; echo 1 > /proc/sys/vm/drop_caches ```

avatar
Shenghui (Samuel) Gu