Thanks Simon - just checked and I'm running 2.5.2 on my machines.

>From experimenting - I'm not so sure I have a memory leak, so much as
just using a lot of memory.

I didn't realise that when Python frees memory, it doesnt necessarily
become free in Linux. I think that possibly all that's happening is
that as more complex pages are hit, the app is using more memory -
which is never obviously freed up in Linux.

On that note then - for simpler pages, the Apache process seem to use
about 60mb, which goes up to around 150mb for more complex pages
(Joined objects made up of around 3500 rows from mysql).

I'm using WSGIDaemonProcess with 8 threads - so do these figures sound
like an alright ballpark or totally ridiculous? Is there anything I
can do to keep memory usage down?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to