Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 56ee8bd

Browse files
committed
k8s: qareports-worker: increase memory to 2G
This will avoid memory errors and turning the worker node into a zombie state Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 31535e2 commit 56ee8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/qareports-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ spec:
110110
cpu: "1"
111111

112112
limits:
113-
memory: "1024M"
113+
memory: "2048M"
114114
cpu: "1"

0 commit comments

Comments
 (0)