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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- "--maxmemory 200mb"
|
- "--maxmemory 400mb"
|
||||||
- "--maxmemory-policy allkeys-lru"
|
- "--maxmemory-policy allkeys-lru"
|
||||||
|
|
||||||
# Authentication disabled - using Authelia SSO
|
# Authentication disabled - using Authelia SSO
|
||||||
|
|||||||
Reference in New Issue
Block a user