From ff6ef61ce14978f2ec60ed3a921fbfd4a427e4a2 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 00:04:47 +0100 Subject: [PATCH] increase ram usage to have some margin --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3727c65..9d7f989 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,8 +21,8 @@ architectures = "all" disk = "50M" ldap = false multi_instance = false -ram.build = "50M" -ram.runtime = "50M" +ram.build = "200M" +ram.runtime = "200M" sso = false yunohost = ">= 11.2"