Re: [sqlalchemy] Re: Something in Pyramid is preventing gc on SQLAlchemy objects

2012-02-27 Thread Vlad K.
Thanks for the info, I've commented on that separate issue as well. .oO V Oo. On 02/25/2012 04:14 AM, Yap Sok Ann wrote: I too encountered the same problem that wasted me days, until I caught pdtb_sqla_queries with my very limited memory profiling skill. I have actually filed a bug here:

[sqlalchemy] Re: Something in Pyramid is preventing gc on SQLAlchemy objects

2012-02-24 Thread Yap Sok Ann
I too encountered the same problem that wasted me days, until I caught pdtb_sqla_queries with my very limited memory profiling skill. I have actually filed a bug here: https://github.com/Pylons/pyramid_debugtoolbar/issues/51 and there is a separate issue to make it less leaky:

[sqlalchemy] Re: Something in Pyramid is preventing gc on SQLAlchemy objects

2012-02-23 Thread Vlad K.
/facepalm Okay, debugtoolbar does that. If I disable it from config, everything works fine. My fault. Been hunting for this memory leak for two days straight and it never occurred to me that even the command line bootstrapped Pyramid, when using development.ini, will have the debug toolbar