手动释放内存
1.sync将内存中的缓存写入磁盘
2.  to free pagecache, use echo 1 > /proc/sys/vm/drop_caches
     to free dentries and inodes, use echo 2 > /proc/sys/vm/drop_caches;
   to free pagecache, dentries and inodes, use echo 3 >/proc/sys/vm/drop_caches.

相关文章:

  • 2021-08-05
  • 2022-12-23
  • 2021-06-24
  • 2022-01-21
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-12-14
  • 2021-11-13
相关资源
相似解决方案