File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 101101 local GRAAL_JDK_LATEST = "graal-jdk-latest" ,
102102 local TAGGED_UNITTESTS_SPLIT = 8 ,
103103 local COVERAGE_SPLIT = 3 ,
104- local RETAGGER_SPLIT = 16 ,
104+ local RETAGGER_SPLIT = 8 ,
105105
106106 // -----------------------------------------------------------------------------------------------------------------
107107 // gates
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ def libpythonvm_build_args():
255255 build_args += bytecode_dsl_build_args ()
256256
257257 if os .environ .get ("GITHUB_CI" ):
258- build_args += ["-Ob" ]
258+ build_args += ["-Ob" , "-J-XX:MaxRAMPercentage=90.0" ]
259259
260260 if graalos := ("musl" in mx_subst .path_substitutions .substitute ("<multitarget_libc_selection>" )):
261261 build_args += ['-H:+GraalOS' ]
You can’t perform that action at this time.
0 commit comments