From: Jérôme Benoit Date: Tue, 21 Sep 2021 18:20:11 +0000 (+0200) Subject: Optimize heap tunable for CF X-Git-Tag: v1.1.6~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e55ef94a997fd43fe1b6f2711667777e57cdef63;p=e-mobility-charging-stations-simulator.git Optimize heap tunable for CF Signed-off-by: Jérôme Benoit --- diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index cb1e8aa8..35fe628a 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -10,4 +10,5 @@ applications: timeout: 30 command: node -r source-map-support/register dist/start.js env: - OPTIMIZE_MEMORY: true + # OPTIMIZE_MEMORY: true + NODE_OPTIONS: --max-old-space-size=768