在 Linux 上如何清除内存的 Cache、Buffer 和交换空间

参考:

https://www.tecmint.com/clear-ram-memory-cache-buffer-and-swap-space-on-linux/

https://linux.cn/article-5627-1.html

sync && sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches' && sudo swapoff -a && sudo swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'

 

posted @ 2020-12-07 11:46  叶建成  阅读(469)  评论(0编辑  收藏  举报