-
Type:
Bug
-
Resolution: Done
-
Priority:
Blocker - P1
-
Affects Version/s: legacy-0.0-26compat-2.6.3
-
Component/s: API
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When I use cxx driver to insert a large of documents, the memory of program is growing fast until 2GB. Then the program crashed.
I just test the insert function. When I get rid of the insertion code, the program run normally.
Has the insert function any memory leak problem?
ie: like this:
while(1) m.insert("testdata", BSON("testdata" << 123));