Skip to content

Commit e66bb90

Browse files
committed
Increase the default stack size when using the library launcher
1 parent 95a2cce commit e66bb90

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
@@ -2052,6 +2052,9 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
20522052
'-Dpolyglot.python.PosixModuleBackend=native'
20532053
],
20542054
language='python',
2055+
default_vm_args=[
2056+
'--vm.Xss16777216', # request 16M of stack
2057+
],
20552058
)
20562059
],
20572060
priority=5,

0 commit comments

Comments
 (0)