aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
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"