码迷,mamicode.com
首页 > 数据库 > 详细

限制mongoDB内存的方法

时间:2020-06-24 00:07:49      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:lib   ref   enable   tor   logs   word   enabled   容器   方法   

  1. docker运行MongoDB,针对于docker容器来进行内存资源的限制
  2. 修改MongoDB的运行配置文件,并且重启mongodb
storage:
  dbPath: /var/lib/mongodb
  journal:
    enabled: true
#  engine:
  mmapv1:
    smallFiles: true
  wiredTiger:
    engineConfig:
      configString : cache_size=160M

  

  转载:https://www.cnblogs.com/jojoword/p/11448823.html

限制mongoDB内存的方法

标签:lib   ref   enable   tor   logs   word   enabled   容器   方法   

原文地址:https://www.cnblogs.com/wa502/p/13185365.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!