>
> 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
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
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
>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