You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/06/26 10:03:16 UTC

svn commit: r550728 - /harmony/enhanced/buildtest/branches/2.0/scripts/main.xml

Author: smishura
Date: Tue Jun 26 01:03:15 2007
New Revision: 550728

URL: http://svn.apache.org/viewvc?view=rev&rev=550728
Log:
Apply patch from HARMONY-3501 that adds memory to CC

Modified:
    harmony/enhanced/buildtest/branches/2.0/scripts/main.xml

Modified: harmony/enhanced/buildtest/branches/2.0/scripts/main.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/scripts/main.xml?view=diff&rev=550728&r1=550727&r2=550728
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/scripts/main.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/scripts/main.xml Tue Jun 26 01:03:15 2007
@@ -106,6 +106,7 @@
             </classpath>
             <sysproperty key="javax.management.builder.initial" value="mx4j.server.MX4JMBeanServerBuilder"/>
             <arg line="-configfile ${cc.config.file} -webapppath ${ext.cc.location}/webapps/cruisecontrol -jmxport ${framework.parameters.cc.jmxport} -webport ${framework.parameters.cc.webport}"/>
+            <jvmarg line="-Xmx700M" />
         </java>
     </target>