I have web page with many request per second and cache with dynamic
parts in one page is only one dynamic part with simple sqlalchemy
select and this select eat about 40mb of ram after 10k requests and
won't free it and after some hours in 2 web backends 6gb ram is out
and i must restart application.

i try everything - make new session after select i make s.flush()
s.expunge_all() s.close()  del s (s is session object) and nothing.

What i am doing wrong ?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to