Skip to content
Snippets Groups Projects
Commit ff0d8a12 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Add jvm options

parent 99e1fb66
No related branches found
No related tags found
1 merge request!243Migrate to Strimzi Kafka
......@@ -167,12 +167,15 @@ strimzi-kafka-operator:
tls: false
replicas: 3
config:
message.max.bytes: "134217728" # 128 MB
replica.fetch.max.bytes: "134217728" #128 MB
auto.create.topics.enable: false
log.retention.ms: "7200000" # 2h
metrics.sample.window.ms: "5000" #5s
"message.max.bytes": "134217728" # 128 MB
"replica.fetch.max.bytes": "134217728" #128 MB
"auto.create.topics.enable": false
"log.retention.ms": "7200000" # 2h
"metrics.sample.window.ms": "5000" #5s
jvmOptions:
"-Xmx": "512M"
"-Xms": "512M"
zookeeper:
replicas: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment