Commit ed9cdbb5 by Kevin Falcone

Mongo 3.0.4 with WT has a lot of memory leaks

A sampling of things fixed in 3.0.5 and later.
https://jira.mongodb.org/browse/SERVER-17386
https://jira.mongodb.org/browse/SERVER-19562
https://jira.mongodb.org/browse/SERVER-17424
parent 723a2992
...@@ -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