摘要: //先同步数据 sync //cache 释放: //To free pagecache: echo 1 > /proc/sys/vm/drop_caches //To free dentries and inodes: echo 2 > /proc/sys/vm/drop_caches //To free pagecache, dentries and inodes: echo 3 >... 阅读全文
posted @ 2018-10-22 14:52 npe0 阅读(2050) 评论(0) 推荐(0)