From 88c8b9b33ed29c1caa22f2058deedb7a736d42a3 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 17 Nov 2023 15:39:58 +0100 Subject: [PATCH] More accurate estimate of Grist resource usage in manifest --- manifest.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d8d2853..50dbe95 100644 --- a/manifest.toml +++ b/manifest.toml @@ -30,10 +30,9 @@ ldap = true sso = true -# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G... -disk = "15G" +disk = "1.5G" ram.build = "1500M" -ram.runtime = "400M" +ram.runtime = "150M" [install] [install.domain]