X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=4fac17bc862aa75b19752916aff4c347ae10d640;hb=cb5a7b0b99be1fe9791d1fd5eff519176bb535bc;hp=2e37ca31845fa6b408bb465d609dd83b5ba541f0;hpb=6c9c8e5efa359b769ba7ea1041183c8a3e3b642b;p=e-mobility-charging-stations-simulator.git diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 2e37ca31..4fac17bc 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 + health-check-invocation-timeout: 10 command: node -r source-map-support/register dist/start.js env: - OPTIMIZE_MEMORY: true + # OPTIMIZE_MEMORY: true + NODE_OPTIONS: --max-old-space-size=768