Skip to content

Commit fe6b7eb

Browse files
[build] Increment default thread stack size from to 2MB (was 1MB) (#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 207604b commit fe6b7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jvmopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-Xss1m
1+
-Xss2m
22
-Xms1024m
33
-Xmx8192m
44
-XX:MaxInlineLevel=35

0 commit comments

Comments
 (0)