From ce0d0265ccea66f3a74612da7070ed760b27ce82 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Mon, 2 Sep 2019 16:02:20 +0200 Subject: [PATCH] hotfix: allocated more ram to bluemix vm to prevent startup crash --- manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index 22da764c3..e9610be59 100644 --- a/manifest.yml +++ b/manifest.yml @@ -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