Skip to content

Commit 75f9784

Browse files
committed
Increase heap and stack size on travis.
1 parent 3d3cff0 commit 75f9784

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
@@ -79,7 +79,7 @@ object DottyBuild extends Build {
7979

8080
val travis_build = // propagate if this is a travis build
8181
if (sys.props.isDefinedAt(TRAVIS_BUILD))
82-
List(s"-D$TRAVIS_BUILD=${sys.props(TRAVIS_BUILD)}")
82+
List(s"-D$TRAVIS_BUILD=${sys.props(TRAVIS_BUILD)}", "-Xmx1g", "-Xss2m")
8383
else
8484
List()
8585

0 commit comments

Comments
 (0)