From 1566749c8c164014e15c4dc424e3d71efb3ff17c Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 5 Nov 2018 15:46:31 +0100 Subject: [PATCH] Set Xss We've seen stack overflows on travis lately. Since we're using 1M on Jenkins and didn't see failures, let's see if Xss1M fixes it on travis. https://github.com/scala/scala-dev/issues/570 --- .jvmopts | 1 + 1 file changed, 1 insertion(+) diff --git a/.jvmopts b/.jvmopts index 46dc4537e6..f3e6f589c8 100644 --- a/.jvmopts +++ b/.jvmopts @@ -1 +1,2 @@ -Xmx1536M +-Xss1M