mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-25 11:50:06 -04:00
Increase memory for PaaS
This commit is contained in:
@@ -14,7 +14,7 @@ env:
|
||||
NOTIFY_APP_NAME: public-api
|
||||
CW_APP_NAME: api
|
||||
instances: 1
|
||||
memory: 512M
|
||||
memory: 1G
|
||||
|
||||
applications:
|
||||
- name: notify-api
|
||||
|
||||
@@ -6,4 +6,4 @@ routes:
|
||||
- route: notify-api-production.cloudapps.digital
|
||||
- route: api-paas.notifications.service.gov.uk
|
||||
instances: 2
|
||||
memory: 2048M
|
||||
memory: 2G
|
||||
|
||||
@@ -6,4 +6,4 @@ routes:
|
||||
- route: notify-api-staging.cloudapps.digital
|
||||
- route: api-paas.staging-notify.works
|
||||
instances: 2
|
||||
memory: 2048M
|
||||
memory: 2G
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- hosted-graphite
|
||||
- redis
|
||||
instances: 1
|
||||
memory: 512M
|
||||
memory: 1G
|
||||
|
||||
applications:
|
||||
- name: notify-delivery-celery-beat
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
inherit: manifest-delivery-base.yml
|
||||
|
||||
instances: 2
|
||||
memory: 1024M
|
||||
memory: 2G
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
inherit: manifest-delivery-base.yml
|
||||
|
||||
instances: 2
|
||||
memory: 1024M
|
||||
memory: 2G
|
||||
|
||||
Reference in New Issue
Block a user