From b1ba881eee402768cd2528eb3dc9a4a85c1feac3 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 1 Nov 2018 19:48:06 -0500 Subject: [PATCH] Limit ElasticSearch RAM to 1 GB Committing straight to master since this file is not used by @bridgetkromhout, and people use that file by cloning the repo (so it has to be merged in master for people to see it). HASHTAG YOLO --- k8s/efk.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/k8s/efk.yaml b/k8s/efk.yaml index 5bba9c63..3a295551 100644 --- a/k8s/efk.yaml +++ b/k8s/efk.yaml @@ -132,6 +132,9 @@ spec: resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File + env: + - name: ES_JAVA_OPTS + value: "-Xms1g -Xmx1g" dnsPolicy: ClusterFirst restartPolicy: Always schedulerName: default-scheduler