Skip to content

Instantly share code, notes, and snippets.

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