On Dec 24, 9:21 am, iain duncan <[EMAIL PROTECTED]> wrote: > FWIW, the apps seem to start at about 20megs and then after 10 minutes > or so get up to 90! And when I checked on it after it had been running > for days, it was at 130 megs. :/
Maybe related to your ORM (SQLA/-O)? In SQLA you could try if `session.flush(); session.clear()` frees up memory. Just an idea. Actually, I don't really know :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

