Skip to content

Commit 1b4ce46

Browse files
authored
Merge pull request #542 from scala/backport-lts-3.3-23638
Backport "[build] Increment default thread stack size from to 2MB (was 1MB)" to 3.3 LTS
2 parents 9d45597 + 67047bf commit 1b4ce46

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)