Skip to content

Commit 5be653f

Browse files
committed
reduce required memory for building image
1 parent e6c04c7 commit 5be653f

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 = -Xmx12G -Dpolyglot.image-build-time.PreinitializeContexts=python
6+
JavaArgs = -Xmx5100M -Dpolyglot.image-build-time.PreinitializeContexts=python
77

88
# TODO --enable-all-security-services is deprecated in 22.0
99
Args = -H:MaxRuntimeCompileMethods=20000 \

0 commit comments

Comments
 (0)