From 342e57e35d85c5dbac06d569198a8c558bb7ed45 Mon Sep 17 00:00:00 2001 From: Jan Kohlbach Date: Mon, 29 Jan 2024 11:02:06 +0100 Subject: [PATCH] fix(app): increase space --- .platform.app.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 08990ddb9..14155e7ab 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -38,6 +38,10 @@ mounts: # The size of the persistent disk of the application (in MB). disk: 2048 +resources: + base_memory: 256 + memory_ratio: 100 + # The relationships of the application with services or other applications. # # The left-hand side is the name of the relationship as it will be exposed @@ -46,7 +50,6 @@ disk: 2048 relationships: postgresdatabase: 'dbpostgres:postgresql' - web: commands: start: 'yarn start'