Skip to content

Commit c4f22c3

Browse files
committed
[GR-60553] Bump stack size to 1500K for renaissance spark benchmarks
PullRequest: graal/19635
2 parents 7268248 + d3da51a commit c4f22c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mx.sdk/mx_sdk_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ def createCommandLineArgs(self, benchmarks, bmSuiteArgs):
16871687
if any(benchmark in sparkBenchmarks for benchmark in benchmarks):
16881688
# Spark benchmarks require a higher stack size than default in some configurations.
16891689
# [JDK-8303076] [GR-44499] [GR-50671]
1690-
vmArgs.append("-Xss1090K")
1690+
vmArgs.append("-Xss1500K")
16911691

16921692
runArgs = self.postprocessRunArgs(benchmarks[0], self.runArgs(bmSuiteArgs))
16931693
return (vmArgs + ["-jar", self.renaissancePath()] + runArgs + [benchArg])

0 commit comments

Comments
 (0)