Skip to content

Commit

Permalink
manifest: increase memory
Browse files Browse the repository at this point in the history
Getting out of memory in SUSE CloudFoundry with 128M
  • Loading branch information
dmacvicar committed Oct 20, 2017
1 parent 85f81b8 commit 5aec8a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5aec8a4

Please sign in to comment.