From 2b76ac95d8bc866616ac63bd8eec436d24cf81f4 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 6 Nov 2024 11:42:58 -0500 Subject: [PATCH] Adjust Celery worker memory The Celery workers are not using as much memory as we had been anticipating, and we are also hitting our memory quota. This adjusts them down a bit to free up a bit more. Signed-off-by: Carlo Costino --- deploy-config/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-config/production.yml b/deploy-config/production.yml index f09f9a73d..d09084ac0 100644 --- a/deploy-config/production.yml +++ b/deploy-config/production.yml @@ -2,7 +2,7 @@ env: production web_instances: 2 web_memory: 3G worker_instances: 4 -worker_memory: 3G +worker_memory: 2G scheduler_memory: 256M public_api_route: notify-api.app.cloud.gov admin_base_url: https://beta.notify.gov