From 904cc3cab61e1afd661d3c40950df99c88675404 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 11 Jan 2026 23:32:09 +0900 Subject: [PATCH] PERF(grafana): increase memory limits - Increase requests from 175Mi to 256Mi - Increase limits from 175Mi to 256Mi - Fix OOM and timeout issues --- grafana/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/helm-values.yaml b/grafana/helm-values.yaml index 52bdf08..1154310 100644 --- a/grafana/helm-values.yaml +++ b/grafana/helm-values.yaml @@ -42,9 +42,9 @@ podSecurityContext: resources: requests: cpu: 23m - memory: 175Mi + memory: 256Mi limits: - memory: 175Mi + memory: 256Mi service: type: ClusterIP