Skip to content

Commit a780db8

Browse files
committed
Drop Xmx flag from native-image.properties.
1 parent f481e65 commit a780db8

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
@@ -3,7 +3,7 @@
33

44
Requires = language:regex language:llvm language:nfi
55

6-
JavaArgs = -Xmx5100M -Dpolyglot.image-build-time.PreinitializeContexts=python \
6+
JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=python \
77
--add-exports org.graalvm.sdk/org.graalvm.nativeimage.impl=ALL-UNNAMED
88

99
# TODO --enable-all-security-services is deprecated in 22.0

0 commit comments

Comments
 (0)