diff options
Diffstat (limited to 'java/perftests/pom.xml')
| -rw-r--r-- | java/perftests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 3cae761554..8dc7fab1d0 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -137,7 +137,7 @@ </property> <property> <name>-Xmx</name> - <value>3072m</value> + <value>256m</value> </property> <property> <name>log4j.configuration</name> @@ -161,7 +161,7 @@ <!-- Single pings. These can be scaled up by overriding the parameters when calling the test script. --> <Ping-Once>-n Ping-Once -s [1] -r 1 -t testPingOk -o . org.apache.qpid.ping.PingTestPerf</Ping-Once> <Ping-Once-Async>-n Ping-Once-Async -s [1] -r 1 -t testAsyncPingOk -o . org.apache.qpid.ping.PingAsyncTestPerf</Ping-Once-Async> - <Ping-Latency>-n Ping-Latency -s [1000] -d 10S -t testPingLatency -o . org.apache.qpid.ping.PingLatencyTestPerf</Ping-Latency> + <Ping-Latency>-n Ping-Latency -s [1000] -d 10S -t testPingLatency -o . org.apache.qpid.ping.PingLatencyTestPerf rate=100</Ping-Latency> <!-- More example Tests. These are examples to exercise all the features of the test harness. Can scale up with option overrides. --> <Ping-Tx>-n Ping-Tx -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf transacted=true</Ping-Tx> |
