[Rt-commit] r12740 - in rt/branches/3.8-TESTING: etc
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 29 12:23:12 EDT 2008
Author: sartak
Date: Thu May 29 12:23:07 2008
New Revision: 12740
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/etc/RT_Config.pm.in
Log:
r61227 at onn: sartak | 2008-05-29 12:21:26 -0400
Net::Server::PreFork does want {min,max}_spare_servers specified
Modified: rt/branches/3.8-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.8-TESTING/etc/RT_Config.pm.in (original)
+++ rt/branches/3.8-TESTING/etc/RT_Config.pm.in Thu May 29 12:23:07 2008
@@ -603,8 +603,8 @@
# These next two options can be used to scale up and down the number of servers
# to adjust to load. These two otions will respect the $MinServers and
# $MaxServers options.
-#Set($MinSpareServers, 0);
-#Set($MaxSpareServers, 0);
+Set($MinSpareServers, 0);
+Set($MaxSpareServers, 0);
# This sets the absolute maximum number of requests a single server will serve.
# Setting this would be useful if, for example, memory usage slowly crawls up
More information about the Rt-commit
mailing list