[weld-commits] Weld SVN: r4740 - core/trunk/jboss-tck-runner.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Nov 7 14:53:23 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-07 14:53:23 -0500 (Sat, 07 Nov 2009)
New Revision: 4740

Modified:
   core/trunk/jboss-tck-runner/pom.xml
Log:
increase heap space.

Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml	2009-11-07 19:52:56 UTC (rev 4739)
+++ core/trunk/jboss-tck-runner/pom.xml	2009-11-07 19:53:23 UTC (rev 4740)
@@ -94,7 +94,7 @@
                <suiteXmlFiles>
                   <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
                </suiteXmlFiles>
-               <argLine>-Xmx256m</argLine>
+               <argLine>-Xmx748m</argLine>
                <forkMode>once</forkMode>
             </configuration>
          </plugin>



More information about the weld-commits mailing list