diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-06-14 12:19:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 12:19:23 -0600 |
commit | afb2e131fce63eeecfbde82c50da21cc394bed85 (patch) | |
tree | 1a8ff2d03cb388225b9f5ce35e36c057778c0034 /manifest.toml | |
parent | af79583fdc7e1848bbeb908d1010ba4fea9e30f0 (diff) |
specify larger ram requirementyarn-patch
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 2 |
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] |