[weld-commits] Weld SVN: r5420 - core/trunk/tests.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jan 11 15:01:25 EST 2010


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

Modified:
   core/trunk/tests/pom.xml
Log:
reduce required memory

Modified: core/trunk/tests/pom.xml
===================================================================
--- core/trunk/tests/pom.xml	2010-01-11 20:00:54 UTC (rev 5419)
+++ core/trunk/tests/pom.xml	2010-01-11 20:01:25 UTC (rev 5420)
@@ -125,7 +125,7 @@
                <suiteXmlFiles>
                   <suiteXmlFile>unit-tests.xml</suiteXmlFile>
                </suiteXmlFiles>
-               <argLine>-Xmx256m</argLine>
+               <argLine>-Xmx128m</argLine>
             </configuration>
          </plugin>
          <plugin>



More information about the weld-commits mailing list