You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2011/02/28 15:55:30 UTC

svn commit: r1075359 - /uima/uima-as/trunk/uima-as/src/main/config/activemq-nojournal.xml

Author: cwiklik
Date: Mon Feb 28 14:55:30 2011
New Revision: 1075359

URL: http://svn.apache.org/viewvc?rev=1075359&view=rev
Log:
UIMA-2068 Modified to optimized broker performance

Modified:
    uima/uima-as/trunk/uima-as/src/main/config/activemq-nojournal.xml

Modified: uima/uima-as/trunk/uima-as/src/main/config/activemq-nojournal.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as/src/main/config/activemq-nojournal.xml?rev=1075359&r1=1075358&r2=1075359&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as/src/main/config/activemq-nojournal.xml (original)
+++ uima/uima-as/trunk/uima-as/src/main/config/activemq-nojournal.xml Mon Feb 28 14:55:30 2011
@@ -28,7 +28,7 @@
         </property>      
     </bean>
 
-    <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" persistent="false" schedulerSupport="false">
+    <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" persistent="false" cacheTempDestinations="true" dedicatedTaskRunner="false" schedulerSupport="false">
  
         <!--
 			For better performances use VM cursor and small memory limit.
@@ -52,12 +52,12 @@
         <destinationPolicy>
             <policyMap>
               <policyEntries>
-                <policyEntry topic=">" producerFlowControl="false" optimizedDispatch="true" memoryLimit="1mb">
+                <policyEntry topic=">" producerFlowControl="false" optimizedDispatch="true">
                   <pendingSubscriberPolicy>
                     <vmCursor />
                   </pendingSubscriberPolicy>
                 </policyEntry>
-                <policyEntry queue=">" producerFlowControl="false" optimizedDispatch="true" memoryLimit="1mb">
+                <policyEntry queue=">" producerFlowControl="false" optimizedDispatch="true">
                   <pendingQueuePolicy>
                     <vmQueueCursor/>
                   </pendingQueuePolicy>
@@ -95,21 +95,21 @@
             use before slowing down producers. For more information, see:
             
             http://activemq.apache.org/producer-flow-control.html
-             
+    -->         
         <systemUsage>
             <systemUsage>
                 <memoryUsage>
-                    <memoryUsage limit="20 mb"/>
+                    <memoryUsage limit="500 mb"/>
                 </memoryUsage>
                 <storeUsage>
                     <storeUsage limit="1 gb"/>
                 </storeUsage>
                 <tempUsage>
-                    <tempUsage limit="100 mb"/>
+                    <tempUsage limit="500 mb"/>
                 </tempUsage>
             </systemUsage>
         </systemUsage>
-		-->
+	
 		  
         <!-- 
             The transport connectors expose ActiveMQ over a given protocol to