>
> 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
Hi!
I get the following in there error_log and suddenly the webserver stops
answering requests..
Any idea what this could be ?
Out of memory during request for 992 bytes, total sbrk() is 3510272 bytes!
Callback called exit.
Callback called exit.
Callback called exit.
[Fri Oct 15 13:34:02 2004
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 ch
>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
Hi list,
I developed an site in Embperl for documents version controls.
This site run in Linux (RedHat).
After 2 weeks the message Out of memory is displayed in console of Linux and
I had that inicialize the Linux.
I am using DBD::Oracle and i'm not using $sth->finis