Last active
August 29, 2015 14:09
-
-
Save comerford/5b7e0474e75667782b88 to your computer and use it in GitHub Desktop.
YAML Config for MongoDB 2.7.9 - WiredTiger, compression disabled
This file contains 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_none" | |
engine: "wiredTiger" | |
wiredTiger: | |
collectionConfig: "block_compressor=" | |
systemLog: | |
destination: file | |
path: "/data/wt_none/mongodb.log" | |
processManagement: | |
fork: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment