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/03/22 05:14:58 UTC

mahout git commit: MAHOUT-1809: Bump JVM memory up to 4g for flink scalatests closes apache/mahout#200

Repository: mahout
Updated Branches:
  refs/heads/flink-binding 9bf5292fd -> e06fb119d


MAHOUT-1809: Bump JVM memory up to 4g for flink scalatests closes apache/mahout#200


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

Branch: refs/heads/flink-binding
Commit: e06fb119dc3a719651fd48f0d2aa3ee8adee9a1b
Parents: 9bf5292
Author: Andrew Palumbo <ap...@apache.org>
Authored: Tue Mar 22 00:08:19 2016 -0400
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Tue Mar 22 00:13:34 2016 -0400

----------------------------------------------------------------------
 flink/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/e06fb119/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index 2ccb558..a75c7e2 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -98,6 +98,9 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <argLine>-Xmx4g</argLine>
+        </configuration>
       </plugin>
     </plugins>
   </build>