释放网页缓存(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

 

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
  • 2022-01-07
猜你喜欢
  • 2021-11-16
  • 2021-12-21
  • 2021-06-04
  • 2021-11-21
  • 2022-12-23
  • 2021-07-17
  • 2021-12-13
相关资源
相似解决方案