Skip to content

Commit e7a1dfb

Browse files
Lower cpu requests (#571)
The previous cpu limit increase 7b88605 should be enough. The cluster running our pods should have enough resources to satisfy our needs without us blocking the resources.
2 parents 9dc0c6f + e1a0e09 commit e7a1dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
# Short-running tasks are just interactions with different services.
254254
# They should not require a lot of memory/cpu.
255255
worker_requests_memory: "320Mi"
256-
worker_requests_cpu: "200m"
256+
worker_requests_cpu: "80m"
257257
worker_limits_memory: "640Mi"
258258
worker_limits_cpu: "400m"
259259
ansible.builtin.include_tasks: tasks/k8s.yml
@@ -285,7 +285,7 @@
285285
# cloning repos is memory intensive: glibc needs 300M+, kernel 600M+
286286
# during cloning, we need to account for git and celery worker processes
287287
worker_requests_memory: "384Mi"
288-
worker_requests_cpu: "400m"
288+
worker_requests_cpu: "100m"
289289
worker_limits_memory: "1024Mi"
290290
worker_limits_cpu: "600m"
291291
ansible.builtin.include_tasks: tasks/k8s.yml

0 commit comments

Comments
 (0)