From: Jérôme Benoit Date: Sat, 25 Sep 2021 10:21:51 +0000 (+0200) Subject: Fine tune node.js CF heap size X-Git-Tag: v1.1.8~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c99210f1c992cfa084de5e7e141f5a4150693e49;p=e-mobility-charging-stations-simulator.git Fine tune node.js CF heap size Signed-off-by: Jérôme Benoit --- 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