Skip to content

Commit 2bc0b18

Browse files
Increase valkey storage size and memory limits (#686)
Increase valkey storage size and memory limits Today valkey stopped working because of "Write error while saving DB to the disk(rdbSaveRio): No space left on device" To get the packit stack back to working, we needed these changes. Reviewed-by: Laura Barcziová
2 parents 9c26fd5 + ffa2ee2 commit 2bc0b18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openshift/valkey.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ spec:
3939
resources:
4040
# requests and limits have to be the same to have Guaranteed QoS
4141
requests:
42-
memory: "128Mi"
42+
memory: "3Gi"
4343
cpu: "10m"
4444
limits:
45-
memory: "256Mi"
45+
memory: "4Gi"
4646
cpu: "50m"
4747
volumes:
4848
- name: valkey-pv
@@ -85,7 +85,7 @@ spec:
8585
- ReadWriteOnce
8686
resources:
8787
requests:
88-
storage: 1Gi
88+
storage: 4Gi
8989
{% if managed_platform %}
9090
storageClassName: aws-ebs
9191
{% endif %}

0 commit comments

Comments
 (0)