How much does a "pure" Python instance take on your system? It would probably help if you compile Python yourself and include only what you actually need.
Cheers, Simon [EMAIL PROTECTED] wrote: > > Kevin Dangoor wrote: >> On Jun 20, 2006, at 9:17 PM, [EMAIL PROTECTED] wrote: >> >>> well, just checked it again. I saw 2 processes(from the startup >>> script), one with 15M, the other 70M(with 2 thread_pool). This >>> seems to >>> be a bit high. >> Are you running in development mode? You should only have one process >> in production mode. >> > Yes. changing to production mode reduce it some what but the virtual > memory foot print is still 57M for 2 thread pool. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

