PERF(falco): increase memory limit to upperBound
- Memory limit 144Mi was causing segfault - Increase to 177Mi (VPA upperBound)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user