BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element self-tuning-thread-pool-size-max

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
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
Properties
This component is not nillable.

Model
<self-tuning-thread-pool-size-max>

</self-tuning-thread-pool-size-max>

Source
<xs:element minOccurs="0" name="self-tuning-thread-pool-size-max" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation