Increased API and worker app memory to 4GB

This changeset updates the memory available to the API app and workers to be 4 GB to improve app stability and performance.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-07-23 12:12:26 -04:00
parent 0a1073836a
commit 213eee3c7a

View File

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