From 5e22a74cd7b5fe4b4c8a25c92099ffdb7fa08c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 29 Nov 2023 09:30:35 +0100 Subject: [PATCH] We don't need ram to build app --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e3dc544..66697e9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,7 +34,7 @@ multi_instance = true ldap = true sso = true disk = "120M" -ram.build = "100M" +ram.build = "0M" ram.runtime = "100M" [install]