mirror of https://github.com/apache/activemq.git
expose explicit SystemUsage configuration - https://issues.apache.org/jira/browse/AMQ-3574
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1326948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb915c3dc6
commit
81659c0e9d
|
@ -95,8 +95,8 @@
|
|||
<!--
|
||||
The systemUsage controls the maximum amount of space the broker will
|
||||
use before slowing down producers. For more information, see:
|
||||
|
||||
http://activemq.apache.org/producer-flow-control.html
|
||||
If using ActiveMQ embedded - the following limits could safely be used:
|
||||
|
||||
<systemUsage>
|
||||
<systemUsage>
|
||||
|
@ -112,6 +112,19 @@
|
|||
</systemUsage>
|
||||
</systemUsage>
|
||||
-->
|
||||
<systemUsage>
|
||||
<systemUsage>
|
||||
<memoryUsage>
|
||||
<memoryUsage limit="128 mb"/>
|
||||
</memoryUsage>
|
||||
<storeUsage>
|
||||
<storeUsage limit="100 gb"/>
|
||||
</storeUsage>
|
||||
<tempUsage>
|
||||
<tempUsage limit="50 gb"/>
|
||||
</tempUsage>
|
||||
</systemUsage>
|
||||
</systemUsage>
|
||||
|
||||
<!--
|
||||
The transport connectors expose ActiveMQ over a given protocol to
|
||||
|
|
Loading…
Reference in New Issue