Skip to content

Instantly share code, notes, and snippets.

@igorbrigadir
Created February 6, 2015 16:47
Show Gist options
  • Save igorbrigadir/f9fd5d6d777ffb558cf9 to your computer and use it in GitHub Desktop.
Save igorbrigadir/f9fd5d6d777ffb558cf9 to your computer and use it in GitHub Desktop.
MongoDB 3.0 RC7 Config: Wired Tiger + zlib
storage:
dbPath: "/var/lib/mongodb"
engine: "wiredTiger"
wiredTiger:
collectionConfig:
blockCompressor: "zlib"
systemLog:
destination: file
path: "/var/log/mongodb/mongodb.log"
logAppend: true
processManagement:
fork: true
pidFilePath: "/var/run/mongodb/mongodb.pid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment