From 9aeb75be3d030e55570dd1b5c351b3e2a2af4b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 3 Oct 2023 16:00:25 +0200 Subject: [PATCH] Fix RAm resources --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 58243fa..e68f479 100644 --- a/manifest.toml +++ b/manifest.toml @@ -26,9 +26,9 @@ architectures = "all" multi_instance = true ldap = "not_relevant" sso = "not_relevant" -disk = "50M" -ram.build = "50M" -ram.runtime = "50M" +disk = "100M" +ram.build = "500M" +ram.runtime = "100M" [install] [install.domain]