Spell fixlet in ATG log message
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
index 9d0a740897f00443fc818c724d23c37629735259..4fac17bc862aa75b19752916aff4c347ae10d640 100644 (file)
@@ -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: --max-old-space-size=768