From 6c6030e0582174b590f9158af26a2ea97eb1d456 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Thu, 14 Mar 2024 14:36:59 +0800 Subject: [PATCH] optimizition tcs es and kibana --- tcs-upgrade/elastic/elastic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcs-upgrade/elastic/elastic.yaml b/tcs-upgrade/elastic/elastic.yaml index 40d3076..dd2827a 100644 --- a/tcs-upgrade/elastic/elastic.yaml +++ b/tcs-upgrade/elastic/elastic.yaml @@ -133,7 +133,7 @@ spec: - name: xpack.monitoring.collection.enabled value: "false" - name: ES_JAVA_OPTS - value: "-Xms4096m -Xmx4096m" + value: "-Xms2048m -Xmx2048m" - name: ELASTIC_PASSWORD value: "changeme" resources: