Bump admin production memory to 2GB per instance

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>
This commit is contained in:
Carlo Costino
2024-11-26 21:02:45 -05:00
parent de81866288
commit 3dd8d25089

View File

@@ -1,6 +1,6 @@
env: production
instances: 2
memory: 1.5G
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