We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eddbcc commit 156da3aCopy full SHA for 156da3a
mx.graalpython/mx_graalpython.py
@@ -2305,6 +2305,7 @@ def as_license_regex(name):
2305
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER', 'sdk:MAVEN_DOWNLOADER'],
2306
main_class=GRAALPYTHON_MAIN_CLASS,
2307
build_args=[
2308
+ '-J-Xms14g', # GR-46399: libpythonvm needs more than the default minimum of 8 GB to be built
2309
'-H:+DetectUserDirectoriesInImageHeap',
2310
'-H:-CopyLanguageResources',
2311
'-Dpolyglot.python.PosixModuleBackend=native',
0 commit comments