mirror of https://github.com/apache/cassandra
Ninja: increase heap size in LocalRangesAllSettledBench
Follow up to 4454ab8699 (CASSANDRA-21144)
This commit is contained in:
parent
5f9b1bbfa9
commit
5c07c122be
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue