From 205b16fe8a80656d9abb2f8a7e1dfa755709998c Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Wed, 4 May 2022 17:43:27 -0400 Subject: [PATCH] Reduce the number of manually scaled instances for default/pubapi (#1620) * Reduce the number of manually scaled instances for default/pubapi This is in the spirit of "not always running significantly over-provisioned", which helps to save costs and also expose potential scaling issues when they are still small rather than all at once when they're a big problem. This can always be reverted if necessary, and can be instantaneously adjusted by running the `nomulus set_num_instances` command. --- .../registry/env/production/default/WEB-INF/appengine-web.xml | 2 +- .../registry/env/production/pubapi/WEB-INF/appengine-web.xml | 2 +- .../registry/env/sandbox/default/WEB-INF/appengine-web.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml index 7449a161c..fcc0cb36c 100644 --- a/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml +++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml @@ -7,7 +7,7 @@ true B4_1G - 15 + 12 diff --git a/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml b/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml index d99ecf96a..f7ccaf752 100644 --- a/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml +++ b/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml @@ -7,7 +7,7 @@ true B4_1G - 20 + 12 diff --git a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml index 2cd7af386..c7716f184 100644 --- a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml +++ b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml @@ -7,7 +7,7 @@ true B4_1G - 10 + 6