X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=e5f15405915d91a4dc03b3d1cff6925e0072a905;hb=0489b5c8f32c870892e22705a1ceef3cbad6676a;hp=9d0a740897f00443fc818c724d23c37629735259;hpb=d182a67ab98336e0b047620f52097e948b3cf70e;p=e-mobility-charging-stations-simulator.git diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 9d0a7408..e5f15405 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 src/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=768