Commit 8b1e8ba4 by Kevin Falcone

Merge pull request #2273 from edx/jibsheet/upgrade-mongo

Mongo 3.0.4 with WT has a lot of memory leaks
parents a0655632 ed9cdbb5
...@@ -3,7 +3,7 @@ mongo_logappend: true ...@@ -3,7 +3,7 @@ mongo_logappend: true
#This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle #This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle
mongo_logrotate: reopen mongo_logrotate: reopen
mongo_version: 3.0.4 mongo_version: 3.0.6
mongo_port: "27017" mongo_port: "27017"
mongo_extra_conf: '' mongo_extra_conf: ''
mongo_key_file: '/etc/mongodb_key' mongo_key_file: '/etc/mongodb_key'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment