PERF(redis): increase Redis memory limit to 512Mi
- Increase memory limit to prevent OOM - Optimize Redis configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user