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/master Commit: e06fb119dc3a719651fd48f0d2aa3ee8adee9a1b Parents: 9bf5292 Author: Andrew Palumbo <[email protected]> Authored: Tue Mar 22 00:08:19 2016 -0400 Committer: Andrew Palumbo <[email protected]> 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>
