From b0d5def28965b0e5235361c6c05a29d73fa9b8f9 Mon Sep 17 00:00:00 2001 From: bandesz Date: Mon, 6 Mar 2017 14:48:27 +0000 Subject: [PATCH] Increase memory for PaaS --- manifest-api-base.yml | 2 +- manifest-api-production.yml | 2 +- manifest-api-staging.yml | 2 +- manifest-delivery-base.yml | 2 +- manifest-delivery-production.yml | 2 +- manifest-delivery-staging.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest-api-base.yml b/manifest-api-base.yml index 946a99940..0a79d96bd 100644 --- a/manifest-api-base.yml +++ b/manifest-api-base.yml @@ -14,7 +14,7 @@ env: NOTIFY_APP_NAME: public-api CW_APP_NAME: api instances: 1 -memory: 512M +memory: 1G applications: - name: notify-api diff --git a/manifest-api-production.yml b/manifest-api-production.yml index 4b71bf0af..dbf4232e0 100644 --- a/manifest-api-production.yml +++ b/manifest-api-production.yml @@ -6,4 +6,4 @@ routes: - route: notify-api-production.cloudapps.digital - route: api-paas.notifications.service.gov.uk instances: 2 -memory: 2048M +memory: 2G diff --git a/manifest-api-staging.yml b/manifest-api-staging.yml index 669fdfa36..52df8a116 100644 --- a/manifest-api-staging.yml +++ b/manifest-api-staging.yml @@ -6,4 +6,4 @@ routes: - route: notify-api-staging.cloudapps.digital - route: api-paas.staging-notify.works instances: 2 -memory: 2048M +memory: 2G diff --git a/manifest-delivery-base.yml b/manifest-delivery-base.yml index 8ae95dac3..b60916916 100644 --- a/manifest-delivery-base.yml +++ b/manifest-delivery-base.yml @@ -12,7 +12,7 @@ services: - hosted-graphite - redis instances: 1 -memory: 512M +memory: 1G applications: - name: notify-delivery-celery-beat diff --git a/manifest-delivery-production.yml b/manifest-delivery-production.yml index 588966907..f6f27d21a 100644 --- a/manifest-delivery-production.yml +++ b/manifest-delivery-production.yml @@ -3,4 +3,4 @@ inherit: manifest-delivery-base.yml instances: 2 -memory: 1024M +memory: 2G diff --git a/manifest-delivery-staging.yml b/manifest-delivery-staging.yml index 588966907..f6f27d21a 100644 --- a/manifest-delivery-staging.yml +++ b/manifest-delivery-staging.yml @@ -3,4 +3,4 @@ inherit: manifest-delivery-base.yml instances: 2 -memory: 1024M +memory: 2G