Re: java.lang.OutOfMemoryError: Java heap space while running kafka-consumer-perf-test.sh

2017-01-13 Thread Ewen Cheslack-Postava
Perhaps the default heap options aren't sufficient for your particular use of the tool. The consumer perf test defaults to 512MB. I'd simply try increasing the max heap usage: KAFKA_HEAP_OPTS="-Xmx1024M" to bump it up a bit. -Ewen On Wed, Jan 11, 2017 at 2:59 PM, Check Peck

Re: java.lang.OutOfMemoryError: Java heap space while running kafka-consumer-perf-test.sh

2017-01-12 Thread Check Peck
Can anyone shed some light on this? On Wed, Jan 11, 2017 at 2:59 PM, Check Peck wrote: > I am trying to run kafka performance script on my linux box. Whenever I > run "kafka-consumer-perf-test.sh", I always get an error. In the same box, > I am running