Skip to content

Commit

Permalink
Merge pull request #629 from alphagov/increase-app-ram
Browse files Browse the repository at this point in the history
Increase the RAM available to the application
  • Loading branch information
benthorner authored May 31, 2018
2 parents d97e64d + 518f3a2 commit ad6fc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applications:
- name: find-data-beta
instances: 8
memory: 256M
memory: 512M
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.16
routes:
- route: find-data-beta.cloudapps.digital
Expand Down
2 changes: 1 addition & 1 deletion staging-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applications:
- name: find-data-beta-staging
instances: 4
memory: 256M
memory: 512M
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.16
routes:
- route: find-data-beta-staging.cloudapps.digital
Expand Down

0 comments on commit ad6fc78

Please sign in to comment.