If you're using SQLObject you might want to check your caching. IIRC, SQLObject by default holds every constructed record in memory for quick repeat access.
I found this out while loading my DB with 1million+ records of test data and noticing the memory consumption rocket to nearly a gig! Just something to bear in mind. Justin On 17 Apr 2006, at 18:49, Roman wrote: > > Hi all, > > Lately, my hosting provider has notified me that my TG app is using > too > much memory (about 150MB). Therefore I'm interested in some reference > values from other TG apps. > > How much memory do other TG apps consume? > (ps -u username -o pid,size,command) > > Regards, > Roman > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

