Skip to content

Instantly share code, notes, and snippets.

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