From 5aec8a45c7255f67bca06c3329dda95cb2698cea Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 20 Oct 2017 18:26:53 +0200 Subject: [PATCH] manifest: increase memory Getting out of memory in SUSE CloudFoundry with 128M --- manifest.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.yml diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 000000000..9651f9fc9 --- /dev/null +++ b/manifest.yml @@ -0,0 +1,12 @@ +applications: +- name: software + memory: 256M + disk_quota: 256M + buildpack: ruby_buildpack + # SUSE stack is missing mysql-devel + stack: cflinuxfs2 + env: + RAILS_ENV: production + RACK_ENV: production + services: + - software-o-o-db