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

2014-08-15 Thread Narendra L
Actual question is here: http://stackoverflow.com/questions/25200475/sqlalchmey-memory-leak-how-to-free-memory What measures should I take to cleanup old session objects? Isn't session.close() is sufficient? or Is it something to do with pyramid? Sqlalchmey

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

2014-08-15 Thread Simon King
On Fri, Aug 15, 2014 at 11:26 AM, Narendra L feelna...@gmail.com wrote: Actual question is here: http://stackoverflow.com/questions/25200475/sqlalchmey-memory-leak-how-to-free-memory What measures should I take to cleanup old session objects? Isn't session.close() is sufficient? or Is it