Skip to content

Commit

Permalink
Increase MaxMetaspaceSize
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 5, 2022
1 parent 29379ca commit beee4e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ class Stress0IntegrationTest(override val versions: BuildVersions) : AbstractGra
"-i",
"-s",
"-Ptask_number=100",
jvmArgs = listOf("-Xmx1G", "-XX:MaxMetaspaceSize=256m")
jvmArgs = listOf("-Xmx1G", "-XX:MaxMetaspaceSize=350m")
).buildRelaxed()

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

0 comments on commit beee4e5

Please sign in to comment.