updated to take account of new System Usage

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@585040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-10-16 05:01:31 +00:00
parent fe9bd4f594
commit e16b7dbf16
1 changed files with 15 additions and 5 deletions

View File

@ -78,12 +78,22 @@
<jdbcPersistenceAdapter dataSource="#postgres-ds"/>
</persistenceAdapter>
-->
<!-- Use the following to set the broker memory limit
<memoryManager>
<usageManager id="memory-manager" limit="20 MB"/>
</memoryManager>
-->
<systemUsage>
<systemUsage>
<memoryUsage>
<memoryUsage limit="10 mb" percentUsageMinDelta="20"/>
</memoryUsage>
<tempUsage>
<tempUsage limit="100 mb"/>
</tempUsage>
<storeUsage>
<storeUsage limit="1 gb" name="foo"/>
</storeUsage>
</systemUsage>
</systemUsage>
-->
<!-- Use the following to configure how ActiveMQ is exposed in JMX
<managementContext>