Last active
August 29, 2015 14:09
-
-
Save comerford/0bc6b9e420f54db2b185 to your computer and use it in GitHub Desktop.
YAML Config for MongoDB 2.7.9 - WiredTiger, snappy 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_snappy" | |
engine: "wiredTiger" | |
systemLog: | |
destination: file | |
path: "/data/wt_snappy/mongodb.log" | |
processManagement: | |
fork: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment