Skip to content

Instantly share code, notes, and snippets.

@tmcallaghan
Created February 19, 2015 12:29
Show Gist options
  • Save tmcallaghan/a2aba6930e88e70a3ef6 to your computer and use it in GitHub Desktop.
Save tmcallaghan/a2aba6930e88e70a3ef6 to your computer and use it in GitHub Desktop.
YAML Config for MongoDB 3.0.0 - tokumxse zlib
storage:
dbPath: "./data"
engine: "tokuft"
tokuft:
engineOptions:
cacheSize: 8589934592
directio: true
collectionOptions:
compression: zlib
indexOptions:
compression: zlib
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