Skip to content

Commit

Permalink
Merge pull request #1524 from 18F/cah/modify-memory-usage
Browse files Browse the repository at this point in the history
Change production memory and instance count
  • Loading branch information
carjug authored Jan 11, 2023
2 parents db032c3 + 96ab48a commit 924e3b9
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: 2048M
memory: 1024M
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: 2
instances: 4
services:
- tockdb
- tock-credentials

0 comments on commit 924e3b9

Please sign in to comment.