Skip to content

Commit b643ade

Browse files
committed
[GR-46520][GR-45672][GR-45277][GR-45852] Increase the default stack size when using the library launcher.
PullRequest: graalpython/2821
2 parents db52b2d + e66bb90 commit b643ade

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,6 +2041,9 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
20412041
'-Dpolyglot.python.PosixModuleBackend=native'
20422042
],
20432043
language='python',
2044+
default_vm_args=[
2045+
'--vm.Xss16777216', # request 16M of stack
2046+
],
20442047
)
20452048
],
20462049
priority=5,

0 commit comments

Comments
 (0)