[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: mem leak?

From: <kmradke_at_rockwellcollins.com>
Date: Fri, 30 Oct 2009 10:26:21 -0500

Geoff Rowell <geoff.rowell_at_gmail.com> wrote on 10/30/2009 10:19:52 AM:

[snip]

> > > 2003 R2 over http protocol. Requires an Apache restart every few
days.
> >
> > Which httpd version do you use?
> > Do you use compression in your httpd config?
> > (There is a known issue on using compression)
>
> I'm using the standard CollabNet 1.6.6 server package without
mod_deflate.
>
> Apache/2.2.13 (Win32) mod_ssl/2.2.13 OpenSSL/0.9.8j DAV/2 SVN/1.6.6
> Server built: Oct 19 2009 09:44:29

Try adding the MaxMemFree Apache directive to your httpd.conf file. This
seems to force apache to "clean up" memory more often. I use:

MaxMemFree 512

That, along with not using mod_deflate, and changing some SSL
parameters (SSLSessionCache and SSLMutex) seems to have stabilized
our apache memory usage on Windows.

Kevin R.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2413031
Received on 2009-10-30 16:26:41 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.