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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jan 11 15:04:05 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-11 15:04:05 -0500 (Mon, 11 Jan 2010)
New Revision: 5421

Modified:
   core/trunk/jboss-tck-runner/pom.xml
Log:
reduce heap space required by test suite

Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml	2010-01-11 20:01:25 UTC (rev 5420)
+++ core/trunk/jboss-tck-runner/pom.xml	2010-01-11 20:04:05 UTC (rev 5421)
@@ -94,7 +94,7 @@
                <suiteXmlFiles>
                   <suiteXmlFile>src/test/resources/tck-tests.xml</suiteXmlFile>
                </suiteXmlFiles>
-               <argLine>-Xmx1024m</argLine>
+               <argLine>-Xmx256m</argLine>
                <forkMode>once</forkMode>
             </configuration>
          </plugin>



More information about the weld-commits mailing list