Skip to content

Commit 896b307

Browse files
author
Simon MacMullen
committed
1000 consumers require fiddling with ulimit, let's not...
1 parent 8b2d3d8 commit 896b307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/examples/perf/PerformanceMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private static Scenario consumers() throws IOException, InterruptedException {
157157
MulticastParams params = params();
158158
params.setAutoAck(false);
159159
return new VaryingScenario("consumers", factory, params,
160-
var("consumerCount", 1, 2, 5, 10, 50, 100, 1000),
160+
var("consumerCount", 1, 2, 5, 10, 50, 100, 500),
161161
var("prefetchCount", 1, 2, 5, 10, 20, 50, 10000));
162162
}
163163

0 commit comments

Comments
 (0)