From 158ba43a62b4e49d26218068bf5c6af737ac2432 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Tue, 23 Sep 2025 10:58:58 -0400 Subject: [PATCH] Bump Staging API app memory to 1.5G This changeset bumps the memory of the API app processes to 1.5G as they are now starting to run out of memory due to recent app changes with gunicorn and gevent. 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 34ae91c3c..2b2c9fb9e 100644 --- a/deploy-config/staging.yml +++ b/deploy-config/staging.yml @@ -1,6 +1,6 @@ env: staging web_instances: 2 -web_memory: 1G +web_memory: 1.5G worker_instances: 2 worker_memory: 1G scheduler_memory: 256M