From 15abb07ec832dfd517f2d8eb5232617f3f90af8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 11 Mar 2024 21:32:51 +0100 Subject: [PATCH] remove fixmes from manifest --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index db4c0ec..abdedaa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,9 +21,9 @@ architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false sso = false -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 = "200M" +ram.build = "500M" +ram.runtime = "200M" [install] [install.domain]