[sqlalchemy] sqlalchemy gc and memory leak

2010-12-18 Thread drakkan
Hi, inspecting the gc I see a sqlalchemy memory leak in my application, here is the output from the gc: class 'sqlalchemy.engine.base.Connection': 2 - 3 (+1) class 'sqlalchemy.engine.base.RootTransaction': 2 - 3 (+1) class 'sqlalchemy.util.LRUCache': 1 - 2 (+1) class

Re: [sqlalchemy] sqlalchemy gc and memory leak

2010-12-18 Thread Michael Bayer
On Dec 18, 2010, at 5:32 AM, drakkan wrote: Hi, inspecting the gc I see a sqlalchemy memory leak in my application, here is the output from the gc: class 'sqlalchemy.engine.base.Connection': 2 - 3 (+1) class 'sqlalchemy.engine.base.RootTransaction': 2 - 3 (+1) class