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

Commit 7e2df7d

Browse files
committed
k8s: qareports-listener: increase memory to 2G
Apparently adding a new backend caused more memory comsumption. We need to investigate why there's need for over 1G of RAM just for a few open sockets here. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent d9004cf commit 7e2df7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/qareports-listener.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ spec:
4545

4646
resources:
4747
requests:
48-
memory: "512M"
48+
memory: "1024M"
4949
cpu: "500m"
5050

5151
limits:
52-
memory: "1024M"
52+
memory: "2048M"
5353
cpu: "500m"

0 commit comments

Comments
 (0)