Adjust production manifest settings

This changeset adjusts our production manifest settings to strike a balance with memory usage and app/worker instances.  We are currently running into a memory quota but would still like to increase our memory for improved app performance and stability.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-07-25 11:50:57 -04:00
parent 9cdd8c3ca7
commit 49f1bc7bf1

View File

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