Browse Source

Increases the memory available for staging

pull/751/head
Stéphane Meny 2 years ago
parent
commit
c9cb1946cb
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      manifest.yml

2
manifest.yml

@ -6,7 +6,7 @@ defaults: &defaults
- type: web - type: web
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server
instances: 2 instances: 2
memory: 512M memory: 1G
health-check-type: http health-check-type: http
health-check-http-endpoint: /health health-check-http-endpoint: /health

Loading…
Cancel
Save