From e031f54dba9d63644353b018c368db4b8311af85 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 5 Mar 2024 20:28:56 +0100 Subject: [PATCH] Add RAM and disk estimations --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dfe9f67..6fe7803 100644 --- a/manifest.toml +++ b/manifest.toml @@ -25,9 +25,9 @@ architectures = ["amd64", "arm64"] multi_instance = true ldap = "not_relevant" 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 = "300M" +ram.build = "600M" +ram.runtime = "600M" [install]