From e2956e28182f5406c2e81914a99372e77786bedc Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Tue, 5 Nov 2024 21:55:14 -0500 Subject: [PATCH] Bump production app memory to 3 GB This changeset bumps our production app memory for the API to 3 GB available in anticipation of the shift of the job cache being managed by the application itself instead of a worker process. 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 f593f63a2..f09f9a73d 100644 --- a/deploy-config/production.yml +++ b/deploy-config/production.yml @@ -1,6 +1,6 @@ env: production web_instances: 2 -web_memory: 2G +web_memory: 3G worker_instances: 4 worker_memory: 3G scheduler_memory: 256M