Skip to content

Instantly share code, notes, and snippets.

@jayankandathil
Created November 29, 2015 19:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayankandathil/11ad40d297661c97d92a to your computer and use it in GitHub Desktop.
Save jayankandathil/11ad40d297661c97d92a to your computer and use it in GitHub Desktop.
MongoDB 3.0 configuration on Windows for the WiredTiger storage engine for AEM 6.1 DEV environments
net:
http:
RESTInterfaceEnabled: true
enabled: true
port: 27017
processManagement:
pidFilePath: C:\Programs\MongoDB\Server\3.0\mongod.pid
storage:
engine: wiredTiger
dbPath: C:\Programs\MongoDB\Server\3.0\data
directoryPerDB: true
journal:
enabled: true
wiredTiger:
engineConfig:
cacheSizeGB: 2
statisticsLogDelaySecs: 5
journalCompressor: none
directoryForIndexes: true
collectionConfig:
blockCompressor: snappy
indexConfig:
prefixCompression: true
systemLog:
destination: file
logAppend: true
path: C:\Programs\MongoDB\Server\3.0\log\mongodb.log
quiet: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment