知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

ARMLinuxSDcardconstantrecordingproblem

发布时间:2014-09-05 13:32:00作者:知识屋

SD card constant recording would cause the cache memory too much, that free memory is come to min_free_kbytes.

通过设置min_free_kbytes我们可以控制系统的最小内存,但是我们解决不了系统占用过多cache memory的问题!

优化解决方法:

让系统快速的释放dirty cache memory. 谁有更好的方法嘛?可以推荐哦。

最次解决方法:

我们也可以通过drop_caches 来释放cache memory,但是这样是消耗系统资源,这是最次的方法了,写一个daemon来检查cache memory.当小于某个值时就去force drop cache memory.


(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜