Skip to content

Instantly share code, notes, and snippets.

@treerao
Last active August 29, 2015 14:23
Show Gist options
  • Save treerao/d6b97624f80bf1256671 to your computer and use it in GitHub Desktop.
Save treerao/d6b97624f80bf1256671 to your computer and use it in GitHub Desktop.
Moving to Mongo 3.0
storage:
dbPath: "/data/db_wt"
engine: "wiredTiger"
wiredTiger:
engineConfig:
cacheSizeGB: 8
collectionConfig:
blockCompressor: snappy
systemLog:
destination: file
path: "/var/log/mongodb/mongodb.log"
logAppend: true
timeStampFormat: iso8601-utc
processManagement:
fork: true
pidFilePath: "/var/run/mongodb/mongod.pid"
net:
bindIp: 127.0.0.1
port: 27017
wireObjectCheck : false
unixDomainSocket:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment