[webbeans-commits] Webbeans SVN: r3245 - ri/trunk/jboss-tck-runner.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jul 26 14:31:20 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-26 14:31:20 -0400 (Sun, 26 Jul 2009)
New Revision: 3245

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

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-07-26 18:29:33 UTC (rev 3244)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-07-26 18:31:20 UTC (rev 3245)
@@ -93,7 +93,7 @@
                <suiteXmlFiles>
                   <suiteXmlFile>${project.build.directory}/dependency/jsr299-tck-impl-suite.xml</suiteXmlFile>
                </suiteXmlFiles>
-               <argLine>-Xmx128m</argLine>
+               <argLine>-Xmx256m</argLine>
                <forkMode>once</forkMode>
             </configuration>
          </plugin>




More information about the weld-commits mailing list