| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)
Sets the maximum thread pool size of the self-tuning thread pool.
The self-tuning thread pool starts with the default size of 1. It grows
and shrinks automatically as required. Setting this attribute changes the
default max pool size. The active thread count will never increase beyond
this value. This value defines the maximum number of threads permitted in
the server. Note that the server will add threads only if it improves
throughput. Measurements are taken every 2 seconds and the decision to
increase or decrease the thread count is based on the current throughput
measurement versus past values.
This attribute is used only when {@link #setUse81StyleExecuteQueues}
is turned off which is the default.
Legal Min: 1
Legal Max: 65534
Default: 600<xs:element minOccurs="0" name="self-tuning-thread-pool-size-max" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65534"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||