X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=74b5dfb9ac1e3a909bf586db38bc54300b6dac1d;hb=d3140adc8c6ad502eb9566aabfc1af8f66d0ef24;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..74b5dfb9 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -1,12 +1,16 @@ 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 src/start.js - env: - OPTIMIZE_MEMORY: true + - name: e-mobility-charging-stations-simulator + memory: 1G + disk_quota: 1G + instances: 1 + buildpacks: + - https://github.com/cloudfoundry/nodejs-buildpack + # Comment out if you are using the web UI + no-route: true + health-check-type: process + health-check-invocation-timeout: 10 + command: node -r source-map-support/register dist/start.cjs + # command: node -r source-map-support/register dist/httpd/ui/start.cjs + env: + # OPTIMIZE_MEMORY: true + NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768