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