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

Out of memory..

2004-10-15 Thread Stefan Cars
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

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 ch

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

Out of Memory

2003-07-04 Thread Maurício Amorim
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