aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-10-28 22:27:54 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:06 +0100
commit02a29c9f2127ea7b0cb0b05facd3afe8e2ec256a (patch)
tree889586dc620551054cef3a91ae779d47fc21fcaf /project/Build.scala
parentaa700b65916c16ec9dce6d9d8bafd2bd426d8c83 (diff)
downloaddotty-02a29c9f2127ea7b0cb0b05facd3afe8e2ec256a.tar.gz
dotty-02a29c9f2127ea7b0cb0b05facd3afe8e2ec256a.tar.bz2
dotty-02a29c9f2127ea7b0cb0b05facd3afe8e2ec256a.zip
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.
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala2
1 files changed, 1 insertions, 1 deletions
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"