PERF(falco): increase memory limit to upperBound

- Memory limit 144Mi was causing segfault
- Increase to 177Mi (VPA upperBound)
This commit is contained in:
2026-01-12 01:51:49 +09:00
parent ec09ea403f
commit eba6d898ba

View File

@@ -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: