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

Re: Memory Leak

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 12 Jul 2010 12:34:17 -0400

On Mon, Jul 12, 2010 at 6:22 AM, Lisa Ryrholm <lisa.ryrholm_at_netlight.se> wrote:

> I have a problem, apache is eating al my memory. It seems to allocate the
> memory while I checkout or commit things. But then it don’t deallocate the
> memory after it is finish. Instead it just allocate more and more until the
> memory is filled up.
>
> Are it anyway I can fix this problem?

You do not say what version of the OS your server is running. If it
is Windows, then add this directive to your httpd.conf and it should
resolve the problem:

MaxMemFree 128

Only other known issue is to make sure you are not using mod_deflate
in conjunction with Subversion. This results in a known memory leak
when a Subversion client that does not support deflate is used.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2010-07-12 18:34:56 CEST

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

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