From e918aebd29fda7e8517043dc5b3267c8b7b1c835 Mon Sep 17 00:00:00 2001 From: bandesz Date: Mon, 13 Mar 2017 11:51:48 +0000 Subject: [PATCH] Decrease PaaS apps memory to 1G --- manifest-production.yml | 2 +- manifest-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-production.yml b/manifest-production.yml index 6f1c79df1..a89767584 100644 --- a/manifest-production.yml +++ b/manifest-production.yml @@ -6,4 +6,4 @@ routes: - route: notify-admin-production.cloudapps.digital - route: admin-paas.notifications.service.gov.uk instances: 2 -memory: 2G +memory: 1G diff --git a/manifest-staging.yml b/manifest-staging.yml index 2de6a921e..76d5c9886 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -6,4 +6,4 @@ routes: - route: notify-admin-staging.cloudapps.digital - route: admin-paas.staging-notify.works instances: 2 -memory: 2G +memory: 1G