BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element low-memory-gc-threshold

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

Documentation
The threshold level (in percent) that this server uses for
 logging low memory conditions and changing the server health state
 to Warning.



For example, if you specify 5, the server logs a low memory
 warning in the log file and changes the server health state to
 Warning after the average free memory reaches 5% of the
 initial free memory measured at the server's boot time.

 


 Legal Min: 0


 Legal Max: 99


 Default: 5


 Secure Value: true
Properties
This component is not nillable.

Model
<low-memory-gc-threshold>

</low-memory-gc-threshold>

Source
<xs:element minOccurs="0" name="low-memory-gc-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation