[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 GNU/Linux
Pyramid: pyramid-1.5
Sqlalchemy: SQLAlchemy-0.9.4

*LOGS:*
https://raw.githubusercontent.com/Narengowda/pyramid_sqlalchemy_app/master/README.md

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.


[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 GNU/Linux
Pyramid: pyramid-1.5
Sqlalchemy: SQLAlchemy-0.9.4

*APP MEMORY PROFILE LOGS:*
https://raw.githubusercontent.com/Narengowda/pyramid_sqlalchemy_app/master/README.md

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.


[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 
OS+Python combinations.  

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.