mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 22:53:27 -05:00
This changeset bumps the admin production memory to 2GB per instance. We were noticing that the admin app was consuming almost all of the 1.5GB memory currently. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
11 lines
317 B
YAML
11 lines
317 B
YAML
env: production
|
|
instances: 2
|
|
memory: 2G
|
|
command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py application
|
|
public_admin_route: beta.notify.gov
|
|
cloud_dot_gov_route: notify.app.cloud.gov
|
|
redis_enabled: 1
|
|
nr_agent_id: '1050708682'
|
|
nr_app_id: '1050708682'
|
|
FEATURE_BEST_PRACTICES_ENABLED: false
|