Skip to content

Commit

Permalink
increase memory usage and reduce instances to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
carjug committed Jan 10, 2023
1 parent e0bfa69 commit d2c3840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applications:
- name: tock
buildpack: python_buildpack
memory: 1250M
memory: 2048
path: .
stack: cflinuxfs3
timeout: 180
Expand All @@ -14,7 +14,7 @@ applications:
NEW_RELIC_CONFIG_FILE: /home/vcap/app/newrelic.ini
NEW_RELIC_ENV: production
NEW_RELIC_LOG: stdout
instances: 4
instances: 2
services:
- tockdb
- tock-credentials

0 comments on commit d2c3840

Please sign in to comment.