Skip to content

Commit 5c51ed7

Browse files
committed
Increase short running worker memory
After the last memory increase, it seems the workers are using more cpu and executing much more tasks. So memory seems to be a real bottleneck.
1 parent 56861b1 commit 5c51ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/deploy/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@
203203
worker_replicas: "{{ workers_short_running }}"
204204
# Short-running tasks are just interactions with different services.
205205
# They should not require a lot of memory/cpu.
206-
worker_requests_memory: "320Mi"
206+
worker_requests_memory: "768Mi"
207207
worker_requests_cpu: "80m"
208-
worker_limits_memory: "640Mi"
208+
worker_limits_memory: "2048Mi"
209209
worker_limits_cpu: "2"
210210
ansible.builtin.include_tasks: k8s.yml
211211
loop:

0 commit comments

Comments
 (0)