You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2017/03/31 14:43:34 UTC

[2/2] flink git commit: forkcount on travis is 2, so 3GB per parallel test

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 <rm...@apache.org>
Authored: Fri Mar 31 15:37:08 2017 +0200
Committer: Robert Metzger <rm...@apache.org>
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-->