aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index c8134954c..b0bad8f4c 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -6,7 +6,9 @@ import scala.reflect.io.Path
object DottyBuild extends Build {
- val travisMemLimit = List("-Xmx1g", "-Xss2m")
+ // Currently, this cannot be increased without hitting the maximum amount of memory
+ // available on the Jenkins VMs
+ val travisMemLimit = List("-Xmx1100m")
val JENKINS_BUILD = "dotty.jenkins.build"