Skip to content
Snippets Groups Projects
Commit 4673fb77 authored by Mick Jordan's avatar Mick Jordan
Browse files

increase Java stack for unit tests

parent f3859bff
Branches
No related tags found
No related merge requests found
......@@ -353,6 +353,8 @@ def _junit_r_harness(args, vmArgs, junitArgs):
# suppress Truffle compilation by using a high threshold
vmArgs += ['-Dgraal.TruffleCompilationThreshold=100000']
# on some systems a large Java stack seems necessary
vmArgs += ['-Xss12m']
if _mx_jvmci:
vmArgs += ['-Dgraal.InliningDepthError=500', '-Dgraal.EscapeAnalysisIterations=3', '-XX:JVMCINMethodSizeLimit=1000000', '-Xmx5G']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment