This is an automated email from the ASF dual-hosted git repository.
samt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5c07c122be Ninja: increase heap size in LocalRangesAllSettledBench
5c07c122be is described below
commit 5c07c122be4299e6a30e025444dee251a408ea7d
Author: Sam Tunnicliffe <[email protected]>
AuthorDate: Thu Mar 19 10:27:23 2026 +0000
Ninja: increase heap size in LocalRangesAllSettledBench
Follow up to 4454ab86994 (CASSANDRA-21144)
---
.../apache/cassandra/test/microbench/LocalRangesAllSettledBench.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/microbench/org/apache/cassandra/test/microbench/LocalRangesAllSettledBench.java
b/test/microbench/org/apache/cassandra/test/microbench/LocalRangesAllSettledBench.java
index 8b5917b420..c68146f172 100644
---
a/test/microbench/org/apache/cassandra/test/microbench/LocalRangesAllSettledBench.java
+++
b/test/microbench/org/apache/cassandra/test/microbench/LocalRangesAllSettledBench.java
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]