Skip to content

Commit

Permalink
Increase cpu limits for long running workers
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Jan 16, 2025
1 parent 7812e9d commit 459a170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
worker_requests_memory: "768Mi"
worker_requests_cpu: "100m"
worker_limits_memory: "2048Mi"
worker_limits_cpu: "600m"
worker_limits_cpu: "2"
ansible.builtin.include_tasks: k8s.yml
loop:
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"
Expand Down

0 comments on commit 459a170

Please sign in to comment.