From 7c833a1938688642db10d94e6d5740d2979d9d9b Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:38:48 +0100 Subject: [PATCH] Increase disk and memory on staging (#1864) --- manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.yml b/manifest.yml index 9997e07e1..e50e69d9b 100644 --- a/manifest.yml +++ b/manifest.yml @@ -9,8 +9,10 @@ defaults: &defaults memory: 1G - type: worker command: bundle exec sidekiq -t 3 + disk_quota: 4G health-check-type: process instances: 2 + memory: 4G health-check-type: http health-check-http-endpoint: /health