From 1d7b99645c39a829431ca19e2c1c3b0117fa6f42 Mon Sep 17 00:00:00 2001 From: Esteban Date: Wed, 2 Oct 2024 11:03:03 +0200 Subject: [PATCH] fix: memory resource --- .platform.app.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 0ce1cd103..59698964b 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -40,8 +40,9 @@ mounts: disk: 3072 # current: 0.65 CPUs & 0.65 GB Memory +# formula base_memory + (0.5 * memory_ratio) = resources: - base_memory: 512 + base_memory: 462 memory_ratio: 128 # The relationships of the application with services or other applications.