> On Wed, 20 Oct 1999, Remi Fasol wrote:
> >
> > thanks for your suggestions...
> >
> > as a test, i set MaxRequestsPerChild to 500, but it
> > didn't help.
> >
> > just out of curosity, could it be that i'm using
> > mod_perl as a DSO? i've seen alot of warnings against
> > that but that's how the redhat secure server is
> > configured.
I'm using redhat secure server also, and I too get the decreasing amount of
shared memory as requests are served. However, my SIZE and RSS don't
increase like yours do. It looks like a memory leak.
Does anyone know why the shared memory would decrease so dramatically?
Initially virtually all of the 10M size is shared, then it decreases to
about 3M. I'm using Apache::ASP->Loader to pre-load all my .asp scripts,
and have all the modules I use pre-loaded into the parent server with
PerlModule's.
- Adi