From e71c5ca44b9558133dee3ac9c8b36fb6f64419a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 14 Jan 2024 19:33:37 +0100 Subject: [PATCH 1/2] Fix disk space --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4d53e38..2fc672f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -27,7 +27,7 @@ ldap = true sso = true -disk = "50M" +disk = "650M" ram.build = "500M" ram.runtime = "512M" From 64a5081946e494dd489abb0da14162c65f5f8d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 14 Jan 2024 19:34:14 +0100 Subject: [PATCH 2/2] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2fc672f..79f0511 100644 --- a/manifest.toml +++ b/manifest.toml @@ -28,7 +28,7 @@ ldap = true sso = true disk = "650M" -ram.build = "500M" +ram.build = "250M" ram.runtime = "512M" [install]