Ninja: increase heap size in LocalRangesAllSettledBench

Follow up to 4454ab8699 (CASSANDRA-21144)
This commit is contained in:
Sam Tunnicliffe 2026-03-19 10:27:23 +00:00
parent 5f9b1bbfa9
commit 5c07c122be
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ import org.apache.cassandra.utils.FBUtilities;
@State(Scope.Benchmark)
@BenchmarkMode(Mode.AverageTime)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
@Fork(value = 1)
@Fork(value = 1, jvmArgsAppend = { "-Xmx4G", "-Xms4G"})
@Warmup(iterations = 5, timeUnit = TimeUnit.MILLISECONDS, time = 5000)
@Measurement(iterations = 5, timeUnit = TimeUnit.MILLISECONDS, time = 5000)
public class LocalRangesAllSettledBench