Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3869 - Increase memory and CPU limits of queue consumers to handle jobs with more resource demand #4184

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions devops/openshift/queue-consumers-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,13 @@ parameters:
- name: SERVICE_NAME
value: queue-consumers
- name: CPU_LIMIT
value: "0.2"
value: "0.4"
- name: MEMORY_LIMIT
value: "768M"
value: "1024M"
- name: CPU_REQUEST
value: "0.1"
value: "0.2"
- name: MEMORY_REQUEST
value: "512M"
value: "768M"
- name: REPLICAS
value: "2"
- name: DB_SERVICE_KEY
Expand Down
Loading