Merge pull request #861 from GSA/adjust-worker-memory

Adjust production worker memory to 1G
This commit is contained in:
Carlo Costino
2024-03-15 16:28:57 -04:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ env: production
web_instances: 2
web_memory: 1G
worker_instances: 1
worker_memory: 512M
worker_memory: 1G
scheduler_memory: 256M
public_api_route: notify-api.app.cloud.gov
admin_base_url: https://beta.notify.gov