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

Commit 3bfe587

Browse files
committed
k8s: fetch-worker: decrease memory to 4G and cpu to 1 core
Fetch-workers shouldn't struggle any longer to compute ProjectStatus.
1 parent 77116ea commit 3bfe587

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

k8s/qareports-fetch-worker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
args:
6262
- --queues=ci_fetch
6363
- --concurrency=1
64-
- --max-memory-per-child=4000000
64+
- --max-memory-per-child=2000000
6565
- --without-mingle
6666
- --without-gossip
6767

@@ -80,9 +80,9 @@ spec:
8080

8181
resources:
8282
requests:
83-
memory: "5120M"
84-
cpu: "2"
83+
memory: "4096M"
84+
cpu: "1"
8585

8686
limits:
87-
memory: "5120M"
88-
cpu: "2"
87+
memory: "4096M"
88+
cpu: "1"

0 commit comments

Comments
 (0)