You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2009/01/14 13:12:37 UTC

svn commit: r734361 - /continuum/trunk/pom.xml

Author: evenisse
Date: Wed Jan 14 04:12:34 2009
New Revision: 734361

URL: http://svn.apache.org/viewvc?rev=734361&view=rev
Log:
add memory to run continuum test

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=734361&r1=734360&r2=734361&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Wed Jan 14 04:12:34 2009
@@ -167,6 +167,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <argLine>-Xmx512m</argLine>
           <systemProperties>
             <property>
               <name>JAVA_HOME</name>