Author: jfrederic.clere(a)jboss.com
Date: 2013-01-08 09:23:56 -0500 (Tue, 08 Jan 2013)
New Revision: 2145
Modified:
branches/7.2.x/webapps/docs/sysprops.xml
Log:
Add the MAX_THREADS property description.
Modified: branches/7.2.x/webapps/docs/sysprops.xml
===================================================================
--- branches/7.2.x/webapps/docs/sysprops.xml 2013-01-04 12:27:10 UTC (rev 2144)
+++ branches/7.2.x/webapps/docs/sysprops.xml 2013-01-08 14:23:56 UTC (rev 2145)
@@ -130,6 +130,12 @@
value is <code>128</code> headers.</p>
</property>
+ <property name="org.apache.tomcat.util.net.MAX_THREADS">
+ <p>The maximum number of threads a connector is going to use to
+ process requests. The default value is <code>32 x
Runtime.getRuntime().availableProcessors()</code>.
+ (<code>512 x Runtime.getRuntime().availableProcessors()</code> for
the JIO connector)</p>
+ </property>
+
<property
name="org.apache.coyote.http11.Http11Protocol.MAX_HEADER_SIZE">
<p>The maximum size of the HTTP headers, in bytes.
If exceeded, parsing will fail using an ArrayOutOfBoundsExceptions. The default
Show replies by date