Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 58406c5

Browse files
authored
Merge pull request #860 from alphagov/increase-app-memory
Increase app memory on staging and production
2 parents 204400b + 21447d4 commit 58406c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

production-app-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: publish-data-beta-production
33
command: bundle exec rake db:migrate db:seed && bin/rails server -b 0.0.0.0 -p $PORT -e $RAILS_ENV
4-
memory: 512M
4+
memory: 1G
55
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.40
66
stack: cflinuxfs3
77
env:

staging-app-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: publish-data-beta-staging
33
command: bundle exec rake db:migrate db:seed && bin/rails server -b 0.0.0.0 -p $PORT -e $RAILS_ENV
4-
memory: 512M
4+
memory: 1G
55
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.40
66
stack: cflinuxfs3
77
env:

0 commit comments

Comments
 (0)