From deaaa259f4ab6e010210ffcfec4e3b58f9d04a1d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Mon, 3 Apr 2017 11:16:20 +0100 Subject: [PATCH] Bump the memory on delivery workers on prod to try and avoid memory issues which can cause delivery worker to fail. --- manifest-delivery-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-delivery-production.yml b/manifest-delivery-production.yml index 53c8d2f12..f6f27d21a 100644 --- a/manifest-delivery-production.yml +++ b/manifest-delivery-production.yml @@ -3,4 +3,4 @@ inherit: manifest-delivery-base.yml instances: 2 -memory: 1G +memory: 2G