X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=aeb21df7a726832c077be2e7768d2a727b255cd1;hb=d2971a4b3d274f5b79df906a335c6c3b6725b025;hp=1883969c92873cef0a7f4561e8ea98761855bd8e;hpb=5f4be58cc3d316c21927739089cc9d6f29e8f940;p=e-mobility-charging-stations-simulator.git diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 1883969c..aeb21df7 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -1,12 +1,14 @@ applications: -- 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 - command: node -r source-map-support/register 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