From 0dec079d8e823fffae7b015fa76e1203680eddff Mon Sep 17 00:00:00 2001 From: Esteban Date: Wed, 2 Oct 2024 11:08:23 +0200 Subject: [PATCH] fix: increase services disk --- .platform.app.yaml | 3 +-- .platform/services.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 59698964b..2098d4164 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -36,8 +36,7 @@ mounts: source_path: uploads # The size of the persistent disk of the application (in MB). -# We need to let 2GB for the system, so the minimum disk size is 3072MB. (of 5GB) -disk: 3072 +disk: 512 # current: 0.65 CPUs & 0.65 GB Memory # formula base_memory + (0.5 * memory_ratio) = diff --git a/.platform/services.yaml b/.platform/services.yaml index cc9a7a02c..45215cd9d 100644 --- a/.platform/services.yaml +++ b/.platform/services.yaml @@ -7,4 +7,4 @@ dbpostgres: # the CLI will return an error. type: postgresql:15 # The disk attribute is the size of the persistent disk (in MB) allocated to the service. - disk: 2048 + disk: 4608