Details
-
Bug
-
Resolution: Done
-
Blocker - P1
-
legacy-0.0-26compat-2.6.3
Description
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));