RE: Out of memory..

2004-10-18 Thread Gerald Richter
> > I get the following in there error_log and suddenly the > webserver stops answering requests.. > > Any idea what this could be ? > It might be that one of your pages/scripts allocates memory and don't releases it. Or, like Gavin, wrote that you simply have to much pages and too less memor

Re: Out of memory..

2004-10-15 Thread Gavin Carr
Hi Stefan, On Fri, Oct 15, 2004 at 02:10:22PM +0200, Stefan Cars wrote: > I get the following in there error_log and suddenly the webserver stops > answering requests.. > > Any idea what this could be ? Are you using a virtual server (i.e. a real server carved up into lots of little ones)? You

Re: Out of Memory

2003-07-05 Thread Donovan Allen
The out of memory problem occured because i'm not using $sth->finish ? Normaly this shouldn't be a problem. I guess there is somethingelse in your code that eats up memory... I change the parameter MaxRequestsPerChild of 0 to 100. It will resolve the problem or a have to change the code o

Re: Out of Memory

2003-07-05 Thread Gerald Richter
>The out of memory problem occured because i'm not using $sth->finish ? Normaly this shouldn't be a problem. I guess there is somethingelse in your code that eats up memory... >I change the parameter MaxRequestsPerChild of 0 to 100. >It will resolve the problem or a have to change the code of m