From 9bd51cc876f4bdf6a40d5cb5d6cacef1e7ec1e0e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:11:09 +0200 Subject: [PATCH] Update manifest.toml: bump RAM build requirement to 500M, cf https://forum.yunohost.org/t/30126 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 05c4eb8..c55c2f7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,7 +24,7 @@ multi_instance = true ldap = "not_relevant" sso = "not_relevant" disk = "50M" -ram.build = "50M" +ram.build = "500M" ram.runtime = "50M" [install]