From 318666b9cebbcbc865cba3de96b84969037d806d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 27 Jun 2023 19:40:19 +0200 Subject: [PATCH] manifest: set RAM build requirement to 1G ? --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b24ceb4..fb77bfd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "1G" ram.runtime = "50M" [install]