From c99210f1c992cfa084de5e7e141f5a4150693e49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 25 Sep 2021 12:21:51 +0200 Subject: [PATCH] Fine tune node.js CF heap size 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 4fac17bc..b4bcbc0b 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: --max-old-space-size=768 + NODE_OPTIONS: --max-old-space-size=512 -- 2.34.1