Increase memory for PaaS

This commit is contained in:
bandesz
2017-03-06 14:48:27 +00:00
parent b89923c525
commit b0d5def289
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ env:
NOTIFY_APP_NAME: public-api NOTIFY_APP_NAME: public-api
CW_APP_NAME: api CW_APP_NAME: api
instances: 1 instances: 1
memory: 512M memory: 1G
applications: applications:
- name: notify-api - name: notify-api

View File

@@ -6,4 +6,4 @@ routes:
- route: notify-api-production.cloudapps.digital - route: notify-api-production.cloudapps.digital
- route: api-paas.notifications.service.gov.uk - route: api-paas.notifications.service.gov.uk
instances: 2 instances: 2
memory: 2048M memory: 2G

View File

@@ -6,4 +6,4 @@ routes:
- route: notify-api-staging.cloudapps.digital - route: notify-api-staging.cloudapps.digital
- route: api-paas.staging-notify.works - route: api-paas.staging-notify.works
instances: 2 instances: 2
memory: 2048M memory: 2G

View File

@@ -12,7 +12,7 @@ services:
- hosted-graphite - hosted-graphite
- redis - redis
instances: 1 instances: 1
memory: 512M memory: 1G
applications: applications:
- name: notify-delivery-celery-beat - name: notify-delivery-celery-beat

View File

@@ -3,4 +3,4 @@
inherit: manifest-delivery-base.yml inherit: manifest-delivery-base.yml
instances: 2 instances: 2
memory: 1024M memory: 2G

View File

@@ -3,4 +3,4 @@
inherit: manifest-delivery-base.yml inherit: manifest-delivery-base.yml
instances: 2 instances: 2
memory: 1024M memory: 2G