You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2010/02/17 08:14:06 UTC

svn commit: r910843 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: ctan
Date: Wed Feb 17 07:14:06 2010
New Revision: 910843

URL: http://svn.apache.org/viewvc?rev=910843&view=rev
Log:
set max memory to 256
merge -r 910842 from 1.3.x branch

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=910843&r1=910842&r2=910843&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Wed Feb 17 07:14:06 2010
@@ -73,6 +73,7 @@
           <suiteXmlFiles>
             <suiteXmlFile>src/test/testng/config/testng.xml</suiteXmlFile>
           </suiteXmlFiles>
+          <argLine>-Xmx256m</argLine>
         </configuration>
         <executions>
           <execution>