From b14b89cc1c6d179e9551039cf4c37c161ca2b903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Tue, 19 Dec 2023 12:53:15 +0100 Subject: [PATCH] Revert "Reduce request memory to 10MB." This reverts commit 34f7fca147c2b49ffc902c66377187c22f6640d3. --- .platform.app.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index ec8f3a3..95ea3b8 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -6,10 +6,7 @@ type: 'php:7.4' runtime: sizing_hints: - # A lean stack means that application memory usage is low. - # This allows us to have many workers which is useful as most time is spent - # waiting for token authorization. - request_memory: 10 + request_memory: 20 # The build-time dependencies of the app. dependencies: