Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 31, 2024
1 parent 3a3ffbd commit 43bee3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SequentialTasksExecutionStressTest : AbstractGradleIntegrationTest() {
buildVersions,
"runTasks",
"-Ptask_number=$iterations",
jvmArgs = listOf("-Xmx1G", "-XX:MaxMetaspaceSize=500m"),
jvmArgs = listOf("-Xmx1G", "-XX:MaxMetaspaceSize=1000m"),
enableBuildCache = false,
).buildRelaxed()

Expand Down

0 comments on commit 43bee3c

Please sign in to comment.