Skip to content

Commit 1c6439a

Browse files
committed
Set build allocated memory relative system's available
1 parent 93938ec commit 1c6439a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ def github_ci_build_args():
263263
parallelism = os_cpu if os_cpu >= 4 and build_mem >= min_bound*1024 else 1
264264

265265
return ["-Ob",
266-
# f"-J-Xms{build_mem}m",
267-
f"-J-Xms7g",
266+
f"-J-Xms{build_mem}m",
268267
f"--parallelism={parallelism}"
269268
]
270269

0 commit comments

Comments
 (0)