Skip to content

Commit

Permalink
Increase Prod app memory and instances (#327)
Browse files Browse the repository at this point in the history
* increase memory and instance size

* Up to 2GB

Co-authored-by: Sarah-Jaine Szekeresh <[email protected]>
  • Loading branch information
SarahJaine and SarahJaine authored Jun 9, 2021
1 parent e2a5e6d commit d51d2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment_config/prod_vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env: prod
web_instances: 2
web_memory: 512M
web_instances: 3
web_memory: 2GB
worker_instances: 1
worker_memory: 512M
LOG_LEVEL: info
Expand Down

0 comments on commit d51d2d9

Please sign in to comment.