forkcount on travis is 2, so 3GB per parallel test
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/642990b5 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/642990b5 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/642990b5 Branch: refs/heads/travis_test Commit: 642990b59816bf6ff559d004eda507eaf46e3821 Parents: 89ec024 Author: Robert Metzger <[email protected]> Authored: Fri Mar 31 15:37:08 2017 +0200 Committer: Robert Metzger <[email protected]> Committed: Fri Mar 31 15:37:08 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/642990b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f7410fc..2b7bcd8 100644 --- a/pom.xml +++ b/pom.xml @@ -1027,7 +1027,7 @@ under the License. <forkNumber>0${surefire.forkNumber}</forkNumber> <log4j.configuration>${log4j.configuration}</log4j.configuration> </systemPropertyVariables> - <argLine>-Xms256m -Xmx6536m -Dmvn.forkNumber=${surefire.forkNumber} -XX:+UseSerialGC</argLine> + <argLine>-Xms256m -Xmx3000m -Dmvn.forkNumber=${surefire.forkNumber} -XX:+UseSerialGC</argLine> </configuration> <executions> <!--execute all the unit tests-->
