You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2007/03/23 00:34:32 UTC

svn commit: r521527 - /tomcat/tc6.0.x/trunk/conf/server.xml

Author: remm
Date: Thu Mar 22 16:34:29 2007
New Revision: 521527

URL: http://svn.apache.org/viewvc?view=rev&rev=521527
Log:
- Use fewer threads by default (it uses too much memory otherwise).

Modified:
    tomcat/tc6.0.x/trunk/conf/server.xml

Modified: tomcat/tc6.0.x/trunk/conf/server.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/server.xml?view=diff&rev=521527&r1=521526&r2=521527
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/server.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/server.xml Thu Mar 22 16:34:29 2007
@@ -35,7 +35,8 @@
   
     <!--The connectors can use a shared executor, you can define one or more named thread pools-->
     <!--
-    <Executor name="tomcatThreadPool" namePrefix="catalina-exec-" maxThreads="1000" minSpareThreads="4"/>
+    <Executor name="tomcatThreadPool" namePrefix="catalina-exec-" 
+        maxThreads="150" minSpareThreads="4"/>
     -->
     
     



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org