From a59e458f22f1d4d20fd0c87d5db1623156c02b6d Mon Sep 17 00:00:00 2001 From: Alexander Sitnik Date: Tue, 31 Oct 2017 10:52:29 +0300 Subject: [PATCH] k8s: set min heap parameter in Hazelcast Reflecting docker-compose changes --- dh-rdbms-k8s/devicehive.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dh-rdbms-k8s/devicehive.yaml b/dh-rdbms-k8s/devicehive.yaml index f48c28d..ca55b5d 100644 --- a/dh-rdbms-k8s/devicehive.yaml +++ b/dh-rdbms-k8s/devicehive.yaml @@ -28,6 +28,8 @@ spec: image: devicehive/devicehive-hazelcast:development imagePullPolicy: Always env: + - name: MIN_HEAP_SIZE + value: "512m" - name: MAX_HEAP_SIZE value: "512m" ports: