Skip to content

Commit

Permalink
Increase MaxMetaspaceSize for SequentialTasksExecutionStressTest
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Apr 17, 2024
1 parent 3f4c885 commit 6156df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SequentialTasksExecutionStressTest : AbstractGradleIntegrationTest() {
"--info",
"--stacktrace",
"-Ptask_number=100",
jvmArgs = listOf("-Xmx1G", "-XX:MaxMetaspaceSize=400m")
jvmArgs = listOf("-Xmx1G", "-XX:MaxMetaspaceSize=500m")
).buildRelaxed()

assertEquals(TaskOutcome.SUCCESS, assertNotNull(result.task(":runTasks")).outcome)
Expand Down

0 comments on commit 6156df1

Please sign in to comment.