Skip to content

Commit

Permalink
Adjust Celery worker memory
Browse files Browse the repository at this point in the history
The Celery workers are not using as much memory as we had been anticipating, and we are also hitting our memory quota.  This adjusts them down a bit to free up a bit more.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
  • Loading branch information
ccostino committed Nov 6, 2024
1 parent 0d80c61 commit 2b76ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-config/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env: production
web_instances: 2
web_memory: 3G
worker_instances: 4
worker_memory: 3G
worker_memory: 2G
scheduler_memory: 256M
public_api_route: notify-api.app.cloud.gov
admin_base_url: https://beta.notify.gov
Expand Down

0 comments on commit 2b76ac9

Please sign in to comment.