Skip to content

Commit acf0535

Browse files
committed
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.
1 parent 6ade676 commit acf0535

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import scala.reflect.io.Path
66

77
object DottyBuild extends Build {
88

9-
// Currently, this cannot be increased without hitting the maximum amount of memory
10-
// available on the Jenkins VMs
11-
val jenkinsMemLimit = List("-Xmx1100m")
9+
val jenkinsMemLimit = List("-Xmx1300m")
1210

1311
val JENKINS_BUILD = "dotty.jenkins.build"
1412

0 commit comments

Comments
 (0)