From eba6d898ba794202e0f1f2813bc1bf27b336373f Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 01:51:49 +0900 Subject: [PATCH] PERF(falco): increase memory limit to upperBound - Memory limit 144Mi was causing segfault - Increase to 177Mi (VPA upperBound) --- falco/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 3e94776..103ae9e 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -12,14 +12,14 @@ image: repository: falcosecurity/falco tag: 0.40.0 -# Resource settings (VPA lowerBound/target) +# Resource settings (VPA lowerBound/upperBound) resources: requests: cpu: 34m memory: 93Mi limits: cpu: 53m - memory: 144Mi + memory: 177Mi # Falco configuration falco: