From 4a1a441d57917ec0361c5c2b02dc27993e80b8f5 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 24 Sep 2025 11:41:58 -0400 Subject: [PATCH] Update staging worker process memory This changeset increases the worker process memory slightly in staging to help with running out of memory issues we are starting to see with our testing. Signed-off-by: Carlo Costino --- deploy-config/staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-config/staging.yml b/deploy-config/staging.yml index 2b2c9fb9e..5bb9481a3 100644 --- a/deploy-config/staging.yml +++ b/deploy-config/staging.yml @@ -2,7 +2,7 @@ env: staging web_instances: 2 web_memory: 1.5G worker_instances: 2 -worker_memory: 1G +worker_memory: 1.5G scheduler_memory: 256M public_api_route: notify-api-staging.app.cloud.gov admin_base_url: https://notify-staging.app.cloud.gov