Each log slot has a buffer associated with it. That buffer is grown dynamically until it is large enough to hold the consolidated records.
We recently bumped the number of slots, which may alter how much memory log buffers consume.
We should consider limiting how much memory the log system can use (maybe a log cache size?). Or alternatively limiting the size log buffers can grow to – there is almost certainly a limit to how much memory it makes sense to copy and consolidate into a buffer rather than just writing it directly.
SERVER-19573
WT crash一则
SERVER-19538
SSL 与 Auditing 的issue 一则
SERVER-19522
Capped collection 插入效率的fix
SERVER-19464
aggregate的$sort将不会关闭connection
The sort stage doesn’t properly close the connection. This causes it to be marked as bad and not returned to the pool which leads to many log lines and connection churn. Potentially gigs per hour of log lines on a small cluster.
转载自:http://www.mongoing.com/jira_3.0.6