Re: Figuring out my memory usage for django + wsgi + apache prefork

2009-07-08 Thread Graham Dumpleton
On Jul 9, 3:44 am, Jumpfroggy wrote: > I'm running a bunch of django apps on my shared host with an 80mb > memory limit.  I have a bunch of very low-traffic sites I want to keep > running, but use as little memory as possible, so my goal is to > minimize the memory

Figuring out my memory usage for django + wsgi + apache prefork

2009-07-08 Thread Jumpfroggy
I'm running a bunch of django apps on my shared host with an 80mb memory limit. I have a bunch of very low-traffic sites I want to keep running, but use as little memory as possible, so my goal is to minimize the memory usage for each of these very small sites. I'm just starting to learn about