X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=aeb21df7a726832c077be2e7768d2a727b255cd1;hb=a9ec20187cb3f866506564c49ffa1f3ad705f25a;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..aeb21df7 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -1,12 +1,14 @@ applications: -- name: sap-ev-simulator - memory: 1G - disk_quota: 1G - instances: 1 - buildpacks: - - https://github.com/cloudfoundry/nodejs-buildpack - no-route: true - health-check-type: process - command: node dist/start.js - env: - OPTIMIZE_MEMORY: true + - name: charging-stations-simulator + memory: 1G + disk_quota: 1G + instances: 1 + buildpacks: + - https://github.com/cloudfoundry/nodejs-buildpack + no-route: true + health-check-type: process + health-check-invocation-timeout: 10 + command: node -r source-map-support/register dist/start.js + env: + # OPTIMIZE_MEMORY: true + NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768