You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/12/17 20:19:28 UTC

svn commit: r1423100 - /subversion/trunk/subversion/tests/cmdline/davautocheck.sh

Author: philip
Date: Mon Dec 17 19:19:27 2012
New Revision: 1423100

URL: http://svn.apache.org/viewvc?rev=1423100&view=rev
Log:
Running the DAV tests in parallel appears to be hitting Apache's
MaxClients limit. On my machine with the worker MPM the tests run
faster and with less variation in runtime if this limit is higher.
This higher setting allows more worker processes to start.

* subversion/tests/cmdline/davautocheck.sh
  (MaxClients): Increase.

Modified:
    subversion/trunk/subversion/tests/cmdline/davautocheck.sh

Modified: subversion/trunk/subversion/tests/cmdline/davautocheck.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/davautocheck.sh?rev=1423100&r1=1423099&r2=1423100&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/davautocheck.sh (original)
+++ subversion/trunk/subversion/tests/cmdline/davautocheck.sh Mon Dec 17 19:19:27 2012
@@ -441,7 +441,7 @@ MaxRequestsPerChild 0
 <IfModule worker.c>
   ThreadsPerChild   8
 </IfModule>
-MaxClients          16
+MaxClients          32
 HostNameLookups     Off
 LogFormat           "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" format
 CustomLog           "$HTTPD_ROOT/req" format