Skip to content

Commit 20bc745

Browse files
WojciechMazurtgodzik
authored andcommitted
[build] Increment default thread stack size from to 2MB (was 1MB) (scala#23638)
I suspect the StackOverflow errors started to get triggered recently as our build got larger/more complicated - increae in the thread stack size should mitigate the issue, otherwise, we'll need to investigate it again.
1 parent 49a9b53 commit 20bc745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.jvmopts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-Xss1m
2-
-Xms512m
3-
-Xmx4096m
1+
-Xss2m
2+
-Xms1024m
3+
-Xmx8192m
44
-XX:MaxInlineLevel=35
55
-XX:ReservedCodeCacheSize=512m

0 commit comments

Comments
 (0)