Skip to content

Commit 02e0e1e

Browse files
committed
Increase the maximum memory for CI.
1 parent 6921e5f commit 02e0e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object DottyBuild extends Build {
1111

1212
// Currently, this cannot be increased without hitting the maximum amount of memory
1313
// available on the Jenkins VMs
14-
val travisMemLimit = List("-Xmx1100m")
14+
val travisMemLimit = List("-Xmx1300m")
1515

1616
val JENKINS_BUILD = "dotty.jenkins.build"
1717

0 commit comments

Comments
 (0)