You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2016/04/20 08:33:09 UTC

mahout git commit: add memory in travis profile in pom.xml

Repository: mahout
Updated Branches:
  refs/heads/master af73bd743 -> 536abe76b


add memory in travis profile in pom.xml


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/536abe76
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/536abe76
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/536abe76

Branch: refs/heads/master
Commit: 536abe76b9a15f7e6482a82adf963b41905148fa
Parents: af73bd7
Author: Andrew Palumbo <ap...@apache.org>
Authored: Wed Apr 20 02:31:38 2016 -0400
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Wed Apr 20 02:31:38 2016 -0400

----------------------------------------------------------------------
 math-scala/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/536abe76/math-scala/pom.xml
----------------------------------------------------------------------
diff --git a/math-scala/pom.xml b/math-scala/pom.xml
index ee1c8fa..efb3792 100644
--- a/math-scala/pom.xml
+++ b/math-scala/pom.xml
@@ -185,7 +185,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <!-- Limit memory for unit tests in Travis -->
-              <argLine>-Xmx512m</argLine>
+              <argLine>-Xmx3g</argLine>
             </configuration>
           </plugin>
           <plugin>
@@ -193,7 +193,7 @@
             <artifactId>maven-failsafe-plugin</artifactId>
             <configuration>
               <!-- Limit memory for integration tests in Travis -->
-              <argLine>-Xmx1536m</argLine>
+              <argLine>-Xmx3g</argLine>
             </configuration>
           </plugin>
         </plugins>