From 32238d7b300d0160ad09ccf440c2349b8595145d Mon Sep 17 00:00:00 2001 From: Jan Kohlbach Date: Wed, 2 Oct 2024 14:26:06 +0200 Subject: [PATCH] feat(config): optimize space allocation --- .platform.app.yaml | 4 ++-- .platform/services.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index db0cfe627..6f4bbf2c5 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -36,10 +36,10 @@ mounts: source_path: uploads # The size of the persistent disk of the application (in MB). -disk: 2048 +disk: 256 resources: - base_memory: 256 + base_memory: 462 memory_ratio: 128 # The relationships of the application with services or other applications. diff --git a/.platform/services.yaml b/.platform/services.yaml index cc9a7a02c..4bd33fbc0 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: 4864