From b3a8a329155e523919260eb5f6bf221184bea3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 17 Jan 2024 15:38:57 +0100 Subject: [PATCH] Remove fixmes --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 252b4f3..8c700b7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,9 +20,9 @@ architectures = ["amd64"] 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 = "50M" +ram.build = "300M" +ram.runtime = "20M" [install] [install.domain] @@ -55,7 +55,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.apt] packages = [ - "graphicsmagick", - "ffmpeg", + "graphicsmagick", + "ffmpeg", "ghostscript", ]