Skip to content

Commit

Permalink
Bump admin production memory to 2GB per instance
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ccostino committed Nov 27, 2024
1 parent de81866 commit 3dd8d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-config/production.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3dd8d25

Please sign in to comment.