Linux清理缓存

Posted 王万林 Ben

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux清理缓存相关的知识,希望对你有一定的参考价值。

清理缓存

  1. Clear PageCache only.

sync; echo 1 > /proc/sys/vm/drop_caches

  1. Clear dentries and inodes.

sync; echo 2 > /proc/sys/vm/drop_caches

  1. Clear pagecache, dentries, and inodes.

sync; echo 3 > /proc/sys/vm/drop_caches

参考资料

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

以上是关于Linux清理缓存的主要内容,如果未能解决你的问题,请参考以下文章

linux中缓存怎样清除

linux下清理dns 缓存

linux bind 缓存 清除

linux用shell命令怎样清理系统缓存

如何清理 Linux 内核使用的缓存

如何清除linux下DNS缓存