You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/07/09 15:23:29 UTC

svn commit: r962517 - /activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml

Author: gtully
Date: Fri Jul  9 13:23:29 2010
New Revision: 962517

URL: http://svn.apache.org/viewvc?rev=962517&view=rev
Log:
ref the memory opts

Modified:
    activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml

Modified: activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml?rev=962517&r1=962516&r2=962517&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml Fri Jul  9 13:23:29 2010
@@ -33,6 +33,7 @@
         schedualer has a small impact as it checks for the presence three properties on each message
         jmx adds a bunch of wrapper classes
 
+        ACTIVEMQ_OPTS_MEMORY="-Xmx11g -Xms6g -Dorg.apache.activemq.UseDedicatedTaskRunner=false -Djava.util.logging.config.file=logging.properties -XX:+UseLargePages"
     -->
     <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" 
         dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true" deleteAllMessagesOnStartup="true"