Merge pull request #13567 from antobinary/build-mongo-conf

build: MongoDB conf changes from BBB 2.3 to BBB 2.4
This commit is contained in:
Anton Georgiev 2021-10-25 16:24:03 -04:00 committed by GitHub
commit 45a1126a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ storage:
enabled: true
wiredTiger:
engineConfig:
cacheSizeGB: 0
cacheSizeGB: 1
journalCompressor: none
directoryForIndexes: true
collectionConfig:
@ -30,3 +30,5 @@ net:
replication:
replSetName: rs0
setParameter:
diagnosticDataCollectionEnabled: false