fix(helm): bump dragonfly memory limit to 512Mi
DragonflyDB requires 256MiB minimum per thread. With container overhead the 256Mi limit is insufficient, causing immediate exit.
This commit is contained in:
@@ -128,7 +128,7 @@ dragonfly:
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
|
||||
# Migration job (Helm pre-install/pre-upgrade hook)
|
||||
migrate:
|
||||
|
||||
Reference in New Issue
Block a user