Skip to content

Commit

Permalink
Increase memory and CPU limits of queue consumers to handle jobs dema…
Browse files Browse the repository at this point in the history
…nding more resources.
  • Loading branch information
dheepak-aot committed Dec 27, 2024
1 parent b120596 commit 2a1edc8
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 2a1edc8

Please sign in to comment.