From 54d7281b71f66c6fc6f4b4d0eeca15a81b70fbfb Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:23:33 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9ec5190..d7f61c8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,7 +13,7 @@ maintainers = ["Tagada"] license = "AGPL-3.0-or-later" website = "https://glitch-soc.github.io/docs/" code = "https://github.com/glitch-soc/mastodon" -cpe = "???" # XXX: No CPE yet... The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. +cpe = "???" # XXX: No CPE yet... The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search fund = "???" # XXX: Nothing yet... [integration] @@ -22,9 +22,9 @@ architectures = "all" multi_instance = true ldap = true sso = true -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 = "2G" +ram.build = "4G" +ram.runtime = "1G" [install] [install.domain]