From d2c3840577c1667e23d05190e8909e50fb9301a4 Mon Sep 17 00:00:00 2001 From: Carly Jugler Date: Tue, 10 Jan 2023 14:15:51 -0700 Subject: [PATCH 1/2] increase memory usage and reduce instances to deploy --- manifest-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-production.yml b/manifest-production.yml index f109510e..757c9b9e 100644 --- a/manifest-production.yml +++ b/manifest-production.yml @@ -2,7 +2,7 @@ applications: - name: tock buildpack: python_buildpack - memory: 1250M + memory: 2048 path: . stack: cflinuxfs3 timeout: 180 @@ -14,7 +14,7 @@ applications: NEW_RELIC_CONFIG_FILE: /home/vcap/app/newrelic.ini NEW_RELIC_ENV: production NEW_RELIC_LOG: stdout - instances: 4 + instances: 2 services: - tockdb - tock-credentials From 309ad15736a9aedb88032630d6f2a3706aa080a7 Mon Sep 17 00:00:00 2001 From: Carly Jugler Date: Tue, 10 Jan 2023 15:07:25 -0700 Subject: [PATCH 2/2] missing M --- manifest-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-production.yml b/manifest-production.yml index 757c9b9e..7e659060 100644 --- a/manifest-production.yml +++ b/manifest-production.yml @@ -2,7 +2,7 @@ applications: - name: tock buildpack: python_buildpack - memory: 2048 + memory: 2048M path: . stack: cflinuxfs3 timeout: 180