hotfix: allocated more ram to bluemix vm to prevent startup crash

This commit is contained in:
Mustapha Zorgati 2019-09-02 16:02:20 +02:00 committed by Dennis Lehmann
parent ad026b7879
commit ce0d0265cc
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ applications:
- name: taskana-rest
path: taskana-rest-spring-example.jar
buildpacks:
- https://github.com/cloudfoundry/java-buildpack.git#v3.10
memory: 512M
- https://github.com/cloudfoundry/java-buildpack.git
memory: 640M
disk_quota: 256M