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

mongodb配置文件

时间:2017-11-13 18:15:45      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:span   conf   code   ges   cto   mongodb   ora   color   cache   

systemLog:
  destination: file
  path: "/data/wt.log"
  logAppend: true
storage:
  journal:
    enabled: true
  dbPath: "/data/wt"

  directoryPerDB: true
  #syncPeriodSecs: 2
  engine: wiredTiger
  wiredTiger:
    engineConfig:
      #cacheSizeGB: 100
      directoryForIndexes: true
    collectionConfig:
      blockCompressor: none
    #indexConfig:
      #prefixCompression: true
net:
  port: 20120
processManagement:
  fork: true

 技术分享

 

mongodb配置文件

标签:span   conf   code   ges   cto   mongodb   ora   color   cache   

原文地址:http://www.cnblogs.com/i4oolish/p/7827218.html

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