Skip to content

Commit 071e681

Browse files
committed
Increased MaxRuntimeCompileMethods to 8700
1 parent f0ff46d commit 071e681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires = language:regex language:llvm
55

66
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
77

8-
Args = -H:MaxRuntimeCompileMethods=8600 \
8+
Args = -H:MaxRuntimeCompileMethods=8700 \
99
-H:+AddAllCharsets \
1010
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,org.antlr.v4,jline,org.fusesource \
1111
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json

0 commit comments

Comments
 (0)