BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element memory-buffer-size

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

Documentation
The size of the memory buffer that holds the last n log records.
 This is used to support viewing the most recent log record entries 
 (tail viewing) from the WebLogic Administration Console.

 


 Legal Min: 100


 Legal Max: 5000


 Default: LogMBean.DEFAULT_MEMORY_BUFFER_SIZE
Properties
This component is not nillable.

Model
<memory-buffer-size>

</memory-buffer-size>

Source
<xs:element minOccurs="0" name="memory-buffer-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="100"/>
<xs:maxInclusive value="5000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation