You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2012/04/17 08:49:47 UTC

svn commit: r1326948 - /activemq/trunk/assembly/src/release/conf/activemq.xml

Author: rajdavies
Date: Tue Apr 17 06:49:47 2012
New Revision: 1326948

URL: http://svn.apache.org/viewvc?rev=1326948&view=rev
Log:
expose explicit SystemUsage configuration - https://issues.apache.org/jira/browse/AMQ-3574

Modified:
    activemq/trunk/assembly/src/release/conf/activemq.xml

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=1326948&r1=1326947&r2=1326948&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Tue Apr 17 06:49:47 2012
@@ -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