mongodb配置文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb配置文件相关的知识,希望对你有一定的参考价值。
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配置文件的主要内容,如果未能解决你的问题,请参考以下文章