Skip to content

Commit 156da3a

Browse files
committed
[GR-46399] Use -Xms14g when building libpythonvm
1 parent 7eddbcc commit 156da3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,6 +2305,7 @@ def as_license_regex(name):
23052305
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER', 'sdk:MAVEN_DOWNLOADER'],
23062306
main_class=GRAALPYTHON_MAIN_CLASS,
23072307
build_args=[
2308+
'-J-Xms14g', # GR-46399: libpythonvm needs more than the default minimum of 8 GB to be built
23082309
'-H:+DetectUserDirectoriesInImageHeap',
23092310
'-H:-CopyLanguageResources',
23102311
'-Dpolyglot.python.PosixModuleBackend=native',

0 commit comments

Comments
 (0)