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

Commit 33087dd

Browse files
committed
k8s: fetch-worker: increase max memory per child
This will avoid error messages when workers exceed that limit. Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
1 parent 56e0f8a commit 33087dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/qareports-fetch-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
args:
6666
- --queues=ci_fetch
6767
- --concurrency=1
68-
- --max-memory-per-child=2000000
68+
- --max-memory-per-child=2500000
6969
- --without-mingle
7070
- --without-gossip
7171

0 commit comments

Comments
 (0)