Skip to content

Commit 5c07c12

Browse files
committed
Ninja: increase heap size in LocalRangesAllSettledBench
Follow up to 4454ab8 (CASSANDRA-21144)
1 parent 5f9b1bb commit 5c07c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/microbench/org/apache/cassandra/test/microbench/LocalRangesAllSettledBench.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@State(Scope.Benchmark)
6060
@BenchmarkMode(Mode.AverageTime)
6161
@OutputTimeUnit(TimeUnit.MILLISECONDS)
62-
@Fork(value = 1)
62+
@Fork(value = 1, jvmArgsAppend = { "-Xmx4G", "-Xms4G"})
6363
@Warmup(iterations = 5, timeUnit = TimeUnit.MILLISECONDS, time = 5000)
6464
@Measurement(iterations = 5, timeUnit = TimeUnit.MILLISECONDS, time = 5000)
6565
public class LocalRangesAllSettledBench

0 commit comments

Comments
 (0)