On Wed, Jun 17, 2009 at 2:24 PM, fREW Schmidt<fri...@gmail.com> wrote:
> We are having weird memory leak issues with Apache and some mod_perl.
> Basically what happens is that, depending on load, we eventually run out of
> ram and apache crashes.  We have the setting that will restart apache after
> a given numer of requests, and that seems to work temporarily, but
> eventually in the log it claims to restart, but no ram is freed.

I haven't seen this before, but I'm guessing that it has to do with
the Windows MPM and the nature of Perl threads.  Is it possible for
you to run your production server on Linux with the prefork MPM
instead?

- Perrin

Reply via email to