From 0d39037da6a3cfc90aa3d691dd5be186daa1cbae Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 29 Sep 2021 12:06:36 +0200 Subject: [PATCH] Fine tune default memory for CF MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- manifest-cf-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 42c8b299..e5f15405 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -11,4 +11,4 @@ applications: command: node -r source-map-support/register dist/start.js env: # OPTIMIZE_MEMORY: true - NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=512 + NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768 -- 2.34.1