Heap size fix

Deafult heap size (Xmx and Xms) for Kafka and Zookeeper
is changed from 1GB to 8GB for Kafka and to 3 GB for Zookeeper

Change-Id: I363acdb2f29156da668c1bda2e9363f651476446
This commit is contained in:
Volodymyr Kornylyuk 2016-09-13 17:35:19 +03:00
parent f828aa6b34
commit 934bd45ab1
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
attributes:
kafka_jvm_heap_size:
value: '1'
value: '8'
label: 'Kafka JVM Heap size'
description: "The JVM Heap size for Kafka in GB"
weight: 10
@ -11,9 +11,9 @@ attributes:
error: "You must provide a number"
zookeeper_jvm_heap_size:
value: '1'
value: '3'
label: 'ZooKeeper JVM Heap size'
description: 'The JVM Heap size for ZooKeeper in GB. Kafka documentation it is recommended to use 3-5 GB as the JVM Heap size for ZooKeeper'
description: 'The JVM Heap size for ZooKeeper in GB'
weight: 15
type: "text"
regex: