Skip to content

Instantly share code, notes, and snippets.

@hengkiardo
Forked from tmcallaghan/wiredtiger-zlib.conf
Created February 2, 2016 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hengkiardo/2761f258bb126d229730 to your computer and use it in GitHub Desktop.
Save hengkiardo/2761f258bb126d229730 to your computer and use it in GitHub Desktop.
YAML Config for MongoDB 3.0.0 - wiredtiger zlib
storage:
dbPath: "./data"
directoryPerDB: true
journal:
enabled: true
engine: "wiredTiger"
wiredTiger:
engineConfig:
cacheSizeGB: 8
journalCompressor: zlib
collectionConfig:
blockCompressor: zlib
indexConfig:
prefixCompression: true
systemLog:
destination: file
path: "./mongodb-server.log"
logAppend: true
timeStampFormat: iso8601-utc
processManagement:
fork: true
net:
bindIp: 127.0.0.1
port: 27017
unixDomainSocket:
enabled : true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment