From 02a29c9f2127ea7b0cb0b05facd3afe8e2ec256a Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Fri, 28 Oct 2016 22:27:54 +0200 Subject: Increanse Jenkins max heap for 1.3G to 1.5G The fix to partest to make it compile files in subdirectories means that we're compiling more things and using more heap and has resulted in tests failing with OutOfMemoryError. Hopefully this fixes that. --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/Build.scala') diff --git a/project/Build.scala b/project/Build.scala index 6e2844897..44ac58efa 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -13,7 +13,7 @@ object DottyBuild extends Build { val baseVersion = "0.1" val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes") - val jenkinsMemLimit = List("-Xmx1300m") + val jenkinsMemLimit = List("-Xmx1500m") val JENKINS_BUILD = "dotty.jenkins.build" -- cgit v1.2.3