"Mark Phippard" <markphip_at_gmail.com> wrote on 07/16/2008 10:17:25 AM:
> On Wed, Jul 16, 2008 at 11:12 AM, Jonathan Ashley
> <jonathan.ashley_at_praxis-his.com> wrote:
> > I have a problem in which the Apache server shuts down unexpectedly.
The
> > Windows service manager fails to restart it, despite being set to do
so.
> >
> > Using the CollabNet release of 1.5.0 for Windows, on a Windows 2008
platform.
> >
> > Using both mod_dav_svn and mod_authz_svn, with a fairly large
authorizations
> > file (45K).
> >
> > Today, I observed that when started, the httpd process used around
400M. Over
> > the next four hours and twenty minutes, the memory usage of the
process
> > climbed steadily, until it exited.
>
> There is an existing issue filed on this:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=3084
>
> I do not know any more than that, just remembered there was an issue.
Our Windows Apache 2.0.59/svn 1.4.6 crashes seemed to be reduced by
adding this to the httpd.conf:
MaxMemFree 512
http://httpd.apache.org/docs/2.0/mod/mpm_common.html#maxmemfree
We also turned off https:// access which could have helped too...
Our windows servers have never been as stable as our Solaris
servers, and the Solaris servers get at least 10x the svn
traffic (~40 svn requests/sec).
Kevin R.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-16 18:48:23 CEST