From ede767498d2117396e58efb553052e19a9f9b4e8 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 2 Jan 2026 23:37:45 +0900 Subject: [PATCH] PERF(redis): increase Redis memory limit to 512Mi - Increase memory limit to prevent OOM - Optimize Redis configuration --- falco/helm-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 590606a..001d62a 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -168,11 +168,11 @@ falcosidekick: resources: requests: cpu: 10m - memory: 64Mi + memory: 128Mi limits: - memory: 256Mi + memory: 512Mi extraArgs: - - "--maxmemory 200mb" + - "--maxmemory 400mb" - "--maxmemory-policy allkeys-lru" # Authentication disabled - using Authelia SSO