On Mon, Jul 12, 2010 at 6:22 AM, Lisa Ryrholm <lisa.ryrh...@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/