From d51ab860abcd17595154804477f2bfed485016db Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Tue, 15 Aug 2023 15:16:03 +0100 Subject: [PATCH] Change java min memory. --- charts/unifi-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/unifi-controller/templates/deployment.yaml b/charts/unifi-controller/templates/deployment.yaml index 00296dd..275f0c2 100644 --- a/charts/unifi-controller/templates/deployment.yaml +++ b/charts/unifi-controller/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: MEM_LIMIT value: "1024" - name: MEM_STARTUP - value: "1024" + value: "512" ports: - name: http containerPort: 8443