Skip to content

Commit ec6e62b

Browse files
Increase cpu limit to handle spikes better (#631)
Increase cpu limit to handle spikes better I did't touch requests because when idle our workers consume even less than this. Reviewed-by: Laura Barcziová
2 parents a6b8d87 + 7452eb6 commit ec6e62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/deploy/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
worker_requests_memory: "320Mi"
207207
worker_requests_cpu: "80m"
208208
worker_limits_memory: "640Mi"
209-
worker_limits_cpu: "700m"
209+
worker_limits_cpu: "4"
210210
ansible.builtin.include_tasks: k8s.yml
211211
loop:
212212
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"

0 commit comments

Comments
 (0)