-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:Ubuntu Karmic, 32-bit client, 64-bit server.
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Python driver appears to leak memory.
I'm doing a very straightforward load - select everything out of a mysql database and chuck the resulting rows straight into mongo. I've tried both the single document inserts and bulk inserts, and in each case, I'm running out of memory after about 3 million inserts. If I comment out the mongo insert, memory remains constant.
These are fairly small records with 24 fields.