Author: robinanil
Date: Mon Apr 15 20:31:02 2013
New Revision: 1468213

URL: http://svn.apache.org/r1468213
Log:
Increasing heap size for tests

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1468213&r1=1468212&r2=1468213&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Mon Apr 15 20:31:02 2013
@@ -670,7 +670,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>once</forkMode>
-          <argLine>-Xms256m -Xmx768m</argLine>
+         <argLine>-Xms256m -Xmx1800m</argLine>
           <testFailureIgnore>false</testFailureIgnore>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>


Reply via email to