From 807ab2b27b8f7a4425d54797e5789e116f743344 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 16 May 2018 13:08:12 -0700 Subject: [PATCH] Reduce prod/sandbox frontend manual instance count from 100 to 30 100 is way overkill with manual scaling. 30 is most likely still overkill too, but we want to tune incrementally rather than all at once. Note that at 30 instances we're expecting around 3 QPS per instance, which is still an order of magnitude less than each instance can actually handle. This also fixes the instance type on sandbox to be the same as on prod. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196875876 --- .../registry/env/production/default/WEB-INF/appengine-web.xml | 2 +- .../registry/env/sandbox/default/WEB-INF/appengine-web.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/google/registry/env/production/default/WEB-INF/appengine-web.xml b/java/google/registry/env/production/default/WEB-INF/appengine-web.xml index ea56fec0b..ef28324b7 100644 --- a/java/google/registry/env/production/default/WEB-INF/appengine-web.xml +++ b/java/google/registry/env/production/default/WEB-INF/appengine-web.xml @@ -9,7 +9,7 @@ true B4_1G - 100 + 30 diff --git a/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml b/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml index 7d273dde0..c5ed1090a 100644 --- a/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml +++ b/java/google/registry/env/sandbox/default/WEB-INF/appengine-web.xml @@ -7,9 +7,9 @@ default true true - B4 + B4_1G - 100 + 30