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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to