You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by "luo.fucong" <ba...@gmail.com> on 2015/06/17 10:41:54 UTC

How to specify kafka bootstrap jvm options?

I want to tune the kafka jvm options, but nowhere can I pass the options to the kafka startup script(bin/kafka-server-start.sh).
How to pass in the jvm options?

Re: How to specify kafka bootstrap jvm options?

Posted by Manikumar Reddy <ku...@nmsworks.co.in>.
Most of the tuning options are available in kafka-run-class.sh. You can
override required props (KAFKA_HEAP_OPTS , KAFKA_JVM_PERFORMANCE_OPTS) to
kafka-server-start.sh script.

On Wed, Jun 17, 2015 at 2:11 PM, luo.fucong <ba...@gmail.com> wrote:

> I want to tune the kafka jvm options, but nowhere can I pass the options
> to the kafka startup script(bin/kafka-server-start.sh).
> How to pass in the jvm options?