leerssej / freebase-python

Automatically exported from code.google.com/p/freebase-python
Other
0 stars 0 forks source link

memory leak in mqlreaditer() #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
as reported by Kurt Bollacker:

The publicly available freebase-api python module has a memory leak when
using mqlreaditer() for a long running query. It only takes a couple hours
to fill 4GB of RAM. For a comparison test, I added a similar generator
functionality to readall() in metaweb.py, but the problem does not exist
there. This suggests that the bug is specific to freebase-api and not just
cursoring python with generators.

Original issue reported on code.google.com by mjt...@gmail.com on 5 Apr 2009 at 6:33

GoogleCodeExporter commented 9 years ago
I'd suggest setting this to priority high. It's really annoying.

Original comment by james.ha...@gmail.com on 23 Jul 2009 at 4:40

GoogleCodeExporter commented 9 years ago
I'm no expert but I think I've run into this issue with mqlreadmulti as well.

Original comment by austin.h...@gmail.com on 19 Jun 2011 at 11:44