From 934bd45ab181ed9ae0a2d36e80f95ec373d0beb3 Mon Sep 17 00:00:00 2001 From: Volodymyr Kornylyuk Date: Tue, 13 Sep 2016 17:35:19 +0300 Subject: [PATCH] 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 --- environment_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index ba2d227..0a4cc1f 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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: