aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-03-01 14:30:58 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-03-01 14:34:22 +0100
commitacf05353a599de11e466b5e35cd003a2f6aa5312 (patch)
treeaa9e54845be020258fa5a6edbca9b9049898f3d8 /project
parent6ade676bf9e1796a74fc4b4eb289b985c07e6100 (diff)
downloaddotty-acf05353a599de11e466b5e35cd003a2f6aa5312.tar.gz
dotty-acf05353a599de11e466b5e35cd003a2f6aa5312.tar.bz2
dotty-acf05353a599de11e466b5e35cd003a2f6aa5312.zip
Build.scala: increase Jenkins max heap from 1.1G to 1.3G
This should be safe now that run tests do not take so much memory anymore (cf #1033 and #1076). It would be even better if we could figure out why we're using so much memory, but that's less important than avoiding spurious test failures.
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/project/Build.scala b/project/Build.scala
index f9c934dab..66a380e96 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -6,9 +6,7 @@ import scala.reflect.io.Path
object DottyBuild extends Build {
- // Currently, this cannot be increased without hitting the maximum amount of memory
- // available on the Jenkins VMs
- val jenkinsMemLimit = List("-Xmx1100m")
+ val jenkinsMemLimit = List("-Xmx1300m")
val JENKINS_BUILD = "dotty.jenkins.build"