From a4e88821498a21c03b7c8b9731d4a2d8cb863a20 Mon Sep 17 00:00:00 2001 From: Esteban Date: Wed, 2 Oct 2024 10:52:34 +0200 Subject: [PATCH] fix: increase resources --- .platform.app.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 759c31260..3905762f8 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -36,12 +36,13 @@ 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 -# Default resources will take place if we don't specify any. -# resources: -# base_memory: 256 -# memory_ratio: 128 +# current: 0.65 CPUs & 0.65 GB Memory +resources: + base_memory: 512 + memory_ratio: 512 # The relationships of the application with services or other applications. #