From c9cb1946cbafe6c1e64e2ffcc6adcee7aee8a380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Meny?= Date: Tue, 19 Jul 2022 09:44:42 +0100 Subject: [PATCH] Increases the memory available for staging --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 3c13da1d9..be4095eff 100644 --- a/manifest.yml +++ b/manifest.yml @@ -6,7 +6,7 @@ defaults: &defaults - type: web command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server instances: 2 - memory: 512M + memory: 1G health-check-type: http health-check-http-endpoint: /health