aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-06-14 12:19:23 -0600
committerGitHub <noreply@github.com>2024-06-14 12:19:23 -0600
commitafb2e131fce63eeecfbde82c50da21cc394bed85 (patch)
tree1a8ff2d03cb388225b9f5ce35e36c057778c0034
parentaf79583fdc7e1848bbeb908d1010ba4fea9e30f0 (diff)
specify larger ram requirementyarn-patch
-rw-r--r--manifest.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.toml b/manifest.toml
index f752e3f..d54de5f 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -26,7 +26,7 @@ ldap = false
sso = false
disk = "50M"
-ram.build = "50M"
+ram.build = "2G"
ram.runtime = "50M"
[install]