mirror of https://github.com/apache/druid.git
Decrease segment size for less memory usage
This commit is contained in:
parent
86c5eee13b
commit
b6d4df3864
|
@ -104,7 +104,7 @@ public class ScanBenchmark
|
|||
@Param({"2"})
|
||||
private int numProcessingThreads;
|
||||
|
||||
@Param({"750000"})
|
||||
@Param({"250000"})
|
||||
private int rowsPerSegment;
|
||||
|
||||
@Param({"basic.A"})
|
||||
|
|
Loading…
Reference in New Issue