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
|
repository: falcosecurity/falco
|
||||||
tag: 0.40.0
|
tag: 0.40.0
|
||||||
|
|
||||||
# Resource settings (VPA lowerBound/target)
|
# Resource settings (VPA lowerBound/upperBound)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 34m
|
cpu: 34m
|
||||||
memory: 93Mi
|
memory: 93Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 53m
|
cpu: 53m
|
||||||
memory: 144Mi
|
memory: 177Mi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
falco:
|
falco:
|
||||||
|
|||||||
Reference in New Issue
Block a user