Created
February 6, 2015 16:47
-
-
Save igorbrigadir/f9fd5d6d777ffb558cf9 to your computer and use it in GitHub Desktop.
MongoDB 3.0 RC7 Config: Wired Tiger + zlib
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: "/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