Re: Memory Usage on a VPS

2008-04-18 Thread Tim Sawyer
On Apr 18, 7:58 am, Tim Sawyer <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I'm having trouble with Apache/Django memory usage on a Virtual Private > Server. I only have 150Mb memory. -snip- Thanks for your input folks, looks like I have some configuring to do! Ta, Tim. --~--~-~--~---

Re: Memory Usage on a VPS

2008-04-18 Thread Graham Dumpleton
On Apr 18, 7:58 am, Tim Sawyer <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I'm having trouble with Apache/Django memory usage on a Virtual Private > Server. I only have 150Mb memory. > > I've turned KeepAlive off. I think I'm using prefork (how do I tell?) and > it's set at the following: > > >

Re: Memory Usage on a VPS

2008-04-18 Thread Lucas Hazel
You can also save a heap of memory by disabling any apache modules you don't use. -- Lucas Hazel <[EMAIL PROTECTED]> On Fri, 18 Apr 2008 10:56:27 +0300 "Valts Mazurs" <[EMAIL PROTECTED]> wrote: > Definitely turn off DEBUG mode :) > When DEBUG mode is on all SQL queries remain in memory. > >

Re: Memory Usage on a VPS

2008-04-18 Thread Valts Mazurs
Definitely turn off DEBUG mode :) When DEBUG mode is on all SQL queries remain in memory. Best regards, Valts. On Fri, Apr 18, 2008 at 12:58 AM, Tim Sawyer <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > I'm having trouble with Apache/Django memory usage on a Virtual Private > Server. I only have

Memory Usage on a VPS

2008-04-17 Thread Tim Sawyer
Hi Folks, I'm having trouble with Apache/Django memory usage on a Virtual Private Server. I only have 150Mb memory. I've turned KeepAlive off. I think I'm using prefork (how do I tell?) and it's set at the following: StartServers 2 MinSpareServers 1 MaxSpareServe