Last active
January 9, 2017 12:08
-
-
Save comerford/d75af49fe3d4a6b53d0a to your computer and use it in GitHub Desktop.
YAML Config for MongoDB 2.7.9 - WiredTiger, zlib compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
storage: | |
dbPath: "/ssd/db/wt_zlib" | |
engine: "wiredTiger" | |
wiredTiger: | |
collectionConfig: "block_compressor=zlib" | |
systemLog: | |
destination: file | |
path: "/data/wt_zlib/mongodb.log" | |
processManagement: | |
fork: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't know if this syntax was valid with the release of 2.8, but at least with 3.4, the correct syntax is: