Re: mod_python memory consumption and tuning issues

2007-09-13 Thread Graham Dumpleton
On Sep 13, 6:18 pm, omat <[EMAIL PROTECTED]> wrote: > Hi, > > This is more of a python / mod_python configuration issue, but there > had been some discussions on this list ([1]), and django-users is > where I feel home, so I am posting here. Sorry. > > I am running 7 Django sites with an Apache +

Re: mod_python memory consumption and tuning issues

2007-09-13 Thread omat
I have one apache instance for serving both django and static content but the static content is not served through mod_python (with a directive for static content in the virtual host configuration that does "SetHandler None") After solving this dynamic / static library issue for mod_python, I am

Re: mod_python memory consumption and tuning issues

2007-09-13 Thread Kenneth Gonsalves
On 13-Sep-07, at 1:48 PM, omat wrote: > I am running 7 Django sites with an Apache + mod_python setup, on a > Fedora Core 4 dedicated server with 2 GB memory. When I restart > apache, memory usage is somewhere between 200 - 400 MB and quickly > climbs up to somewhere around 1.5 GB. The sites are

mod_python memory consumption and tuning issues

2007-09-13 Thread omat
Hi, This is more of a python / mod_python configuration issue, but there had been some discussions on this list ([1]), and django-users is where I feel home, so I am posting here. Sorry. I am running 7 Django sites with an Apache + mod_python setup, on a Fedora Core 4 dedicated server with 2 GB