[sqlalchemy] Re: Sqlalchmey session memory is never released when used with pyramid.

2014-08-19 Thread Narendra L
Thank you Jonathan I have created a standalone app and uploaded in github *EXAMPLE APP:* https://github.com/Narengowda/pyramid_sqlalchemy_app *APP CONFIGURATION:* Python version: Python 2.7.1 OS: Linux desktop-m 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64

[sqlalchemy] Re: Sqlalchmey session memory is never released when used with pyramid.

2014-08-19 Thread Narendra L
Thank you Jonathan I have created a standalone app and uploaded in github *EXAMPLE APP:* https://github.com/Narengowda/pyramid_sqlalchemy_app *CONFIGURATION:* Python version: Python 2.7.1 OS: Linux desktop-m 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64

[sqlalchemy] Re: Sqlalchmey session memory is never released when used with pyramid.

2014-08-15 Thread Jonathan Vanasco
I'd suggest two things: 1- Post the OS and Python versions 2- Build a minimal self-contained version of the issue, that you can share on github Aside from making it easier to identify the issue yourself, there have been a handful of odd memory leaks on Pyramid that are specific to particular