From 213eee3c7a6882429bd66fcd8deb9f494e64417a Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Tue, 23 Jul 2024 12:12:26 -0400 Subject: [PATCH] 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 --- deploy-config/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-config/production.yml b/deploy-config/production.yml index fc5be0451..fc813fe0b 100644 --- a/deploy-config/production.yml +++ b/deploy-config/production.yml @@ -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