X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=42c8b2996a1ab78da5ebfdfa7e86ab96f6180201;hb=d48c3449130186db20f9c296178d36e309d70c24;hp=052c276f44d71313133d59953a27747cc69dd5ce;hpb=b3ed85984685280c4af723033d362d44129677a9;p=e-mobility-charging-stations-simulator.git diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 052c276f..42c8b299 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -1,5 +1,5 @@ applications: -- name: sap-ev-simulator +- name: charging-stations-simulator memory: 1G disk_quota: 1G instances: 1 @@ -7,6 +7,8 @@ applications: - https://github.com/cloudfoundry/nodejs-buildpack no-route: true health-check-type: process - command: node dist/start.js + health-check-invocation-timeout: 10 + command: node -r source-map-support/register dist/start.js env: - OPTIMIZE_MEMORY: true + # OPTIMIZE_MEMORY: true + NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=512