Re: Diagnosing memory usage

2008-06-16 Thread Frank Wiles
On Sun, 15 Jun 2008 21:09:23 -0500 Michael Gardner <[EMAIL PROTECTED]> wrote: > Workarounds would be helpful, but naturally I'd prefer to eliminate > the cause of the problem. I've been looking through the > documentation, but haven't made much progress so far. How can I get > to the bottom of t

Re: Diagnosing memory usage

2008-06-16 Thread John Drago
--- On Sun, 6/15/08, James Smith <[EMAIL PROTECTED]> wrote: > From: James Smith <[EMAIL PROTECTED]> > Subject: Re: Diagnosing memory usage > To: "Michael Gardner" <[EMAIL PROTECTED]> > Cc: modperl@perl.apache.org > Date: Sunday, June 15, 2008, 11:13

Re: Diagnosing memory usage

2008-06-15 Thread James Smith
Michael - depends on the OS - but you could look at the Apache::SizeLimit code which allows kills processes when the memory per process gets large works well for the system we use at work... If on a unix/linux based system "top" is your friend as it will indicate the memory usage per process

Diagnosing memory usage

2008-06-15 Thread Michael Gardner
I've inherited an existing Apache+mod_perl 1.3.x server. I am not very experienced with Apache nor mod_perl, so I have to pick up things as I go along. Recently I built a new version of Apache (1.3.41) with static mod_perl 1.30, and it seems to work. The problem is that every few days or so