重庆思庄Oracle、Redhat认证学习论坛
标题:
Linux 清空缓存命令
[打印本页]
作者:
刘泽宇
时间:
2023-7-2 19:24
标题:
Linux 清空缓存命令
某些时候需要把linux 的缓存清理一下。使用时需要区分参数的不同
0:不做任何处理,由系统自己管理
1清空pagecache
2清空dentries和inodes
3 清空pagecache、dentries和inodes
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 > /proc/sys/vm/drop_caches
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2