strange memory-problem

2003-04-12 Thread pilsl
something is wrong here. apache 2.0.45,mod_perl 1.99_08 and perl 5.8.0 The following little script running under ModPerl::Registry makes consuming all the memory and not releasing it back. Its not a classical memleak, cause the consumed mem does not increase. If running in single-server-mode the c

Memory problem

2002-09-04 Thread Udlei Nattis
hi, i have one big problem i'm using modperl 2.0 (last cvs), httpd 2.0 (last cvs), perl 5.8.0 using apache mpm = worker when i start apache, size: 17277 nobody 8 0 13964 13M 13152 S 0.0 3.6 0:00 httpd DBI.pm have problem, when i execute my script, DBI.pm open memorya but don't c

Re: tracing memory problem

2001-09-07 Thread Perrin Harkins
> ok, i'll look into that. I've been using RLimitMEM and RLimitCPU One thing to be aware of is that using rlimit will kill your process harshly when it goes over the limit. It's better to use Apache::SizeLimit for basic size control, and use rlimit as a backup safety measure to catch runaway pro

Re: tracing memory problem

2001-09-07 Thread Stas Bekman
On Fri, 7 Sep 2001, Jon Molin wrote: > Stas Bekman wrote: > > > > On Fri, 7 Sep 2001, Jon Molin wrote: > > > > > Hi list, > > > > > > I have a memory leak in a script or module, the problem is that i've > > > resently added many scripts and modules and can't easily isolate the > > > problem. Is t

Re: tracing memory problem

2001-09-07 Thread Jon Molin
Stas Bekman wrote: > > On Fri, 7 Sep 2001, Jon Molin wrote: > > > Hi list, > > > > I have a memory leak in a script or module, the problem is that i've > > resently added many scripts and modules and can't easily isolate the > > problem. Is there a way besides strace to see what the httpd proces

Re: tracing memory problem

2001-09-07 Thread Stas Bekman
On Fri, 7 Sep 2001, Jon Molin wrote: > Hi list, > > I have a memory leak in a script or module, the problem is that i've > resently added many scripts and modules and can't easily isolate the > problem. Is there a way besides strace to see what the httpd process is > up to? > 9869 httpd 0

tracing memory problem

2001-09-07 Thread Jon Molin
Hi list, I have a memory leak in a script or module, the problem is that i've resently added many scripts and modules and can't easily isolate the problem. Is there a way besides strace to see what the httpd process is up to? 9869 httpd 0 0 21188 19M 2424 S 0 12.2 3.8 0:13 http

Re: DBD::Oracle and Memory problem

2000-07-26 Thread Perrin Harkins
On Wed, 26 Jul 2000, Suresh wrote: > I am running RedHat Linux 6.1 / Apache 1.3.12 /Mod_Perl / DBI and > using Oracle 8.0.5 as database back end for web application we are > developing. Everything works fine, but when i was testing for memory > problems, i found that each request of any file acces

Re: DBD::Oracle and Memory problem

2000-07-26 Thread arshavirg
I don\'t know what\'s causing the memory \"leak\", but I know that you don\'t have to include any DBD drivers, if you are using DBI. DBI parses the connect string and locates the appropriate DBD driver (DBD::Oracle in your case). Arsh Quoting Suresh <[EMAIL PROTECTED]>: > Hi all, > > I am runn

DBD::Oracle and Memory problem

2000-07-26 Thread Suresh
Hi all, I am running RedHat Linux 6.1 / Apache 1.3.12 /Mod_Perl / DBI and using Oracle 8.0.5 as database back end for web application we are developing. Everything works fine, but when i was testing for memory problems, i found that each request of any file accessing the database is increasing