From 9cac3f7212707189be79a4128c7008ff29fd6f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 3 Oct 2023 23:52:34 +0200 Subject: [PATCH] set ram/disk resources --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5f5e93d..f779bcc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,9 +21,9 @@ architectures = "all" multi_instance = false ldap = true sso = "not_relevant" -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "10M" +ram.build = "10M" +ram.runtime = "10M" [install] [install.domain]