BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element low-memory-granularity-level

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

Documentation
The granularity 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 and the average free memory drops
 by 5% or more over two measured intervals, the server logs a low
 memory warning in the log file and changes the server health state
 to Warning.

 


 Legal Min: 1


 Legal Max: 100


 Default: 5


 Secure Value: true
Properties
This component is not nillable.

Model
<low-memory-granularity-level>

</low-memory-granularity-level>

Source
<xs:element minOccurs="0" name="low-memory-granularity-level" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation