how not to run out of memory in cursor.execute

yairchu at gmail.com yairchu at gmail.com
Wed Jun 7 04:01:27 EDT 2006


whenever you are using a package that leaks memory.
it can be appropriate to use Rpyc (http://rpyc.wikispaces.com/) to run
the leaking code in a different process, and restart it from time to
time.
I've been using this method to avoid the leaks of matplotlib.




More information about the Python-list mailing list