Skip to content

Commit

Permalink
Increase max heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Dec 12, 2024
1 parent 457994e commit c3f26f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 5)
@BenchmarkMode({ Mode.AverageTime })
@Fork(value = 1, jvmArgs = { "-Xms20G", "-Xmx20G", })
@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx50G", })
@Measurement(iterations = 5)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
public class MemValueFactoryConcurrentBenchmark extends BaseConcurrentBenchmark {
Expand Down

0 comments on commit c3f26f1

Please sign in to comment.