From df8b8b4f6b26a007ae2700e15491b2d6845d3e9f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 13 Sep 2023 00:33:44 +0200 Subject: [PATCH] Update disk and RAM usage --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index de2e165..55946c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,9 +22,9 @@ architectures = ["armhf", "arm64", "amd64", "i386"] multi_instance = true ldap = false 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 = "100M" +ram.runtime = "100M" [install] [install.domain]