摘要: 清理cache的方法 只是清理page cache#> sync; echo 1 > /proc/sys/vm/drop_caches 清理dentries and inodes#> sync; echo 2 > /proc/sys/vm/drop_caches 清理PageCache, dentr 阅读全文
posted @ 2020-12-07 14:33 嘿十三 阅读(706) 评论(0) 推荐(0) 编辑