Skip to content

Instantly share code, notes, and snippets.

@ivan-loh
Forked from tmcallaghan/wiredtiger-snappy.conf
Last active August 29, 2015 14:25
Show Gist options
  • Save ivan-loh/af49a92c16581a8a2652 to your computer and use it in GitHub Desktop.
Save ivan-loh/af49a92c16581a8a2652 to your computer and use it in GitHub Desktop.
storage:
dbPath: "./data"
directoryPerDB: true
journal:
enabled: true
engine: "wiredTiger"
wiredTiger:
engineConfig:
cacheSizeGB: 8
journalCompressor: snappy
collectionConfig:
blockCompressor: snappy
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