Skip to content

Commit 1d3f025

Browse files
committed
[GR-45672] Set the default stack size to 16M
1 parent e84b5a7 commit 1d3f025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/native-image.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=python \
77
--add-exports org.graalvm.sdk/org.graalvm.nativeimage.impl=ALL-UNNAMED
88

99
Args = -H:MaxRuntimeCompileMethods=20000 \
10+
-R:StackSize=16777216 \
1011
-H:+AddAllCharsets \
1112
-H:IncludeLocales=no,be,ro,ru,es,se,in,ka,hu,hr,bg,is,mk,da,nn,cs,sq,fr,pl,fo,bs,kl,fa,sv,it,uk,af,tg,ps,de \
1213
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,jline,org.fusesource \

0 commit comments

Comments
 (0)