Rationalize prod/sandbox instance numbers to 50/5/50

That's 50 each for frontend and backend and 5 for tools. Since the
MetricExporter bug has been fixed for awhile now, we aren't gaining anything by
artificially keeping the instance number low, whereas we might benefit from
higher instance counts, e.g. for load-testing.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179432038
This commit is contained in:
mcilwain 2017-12-18 09:27:58 -08:00 committed by Ben McIlwain
parent 68468b36b5
commit 46aa638b74
5 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
<sessions-enabled>true</sessions-enabled>
<instance-class>B4</instance-class>
<basic-scaling>
<max-instances>8</max-instances>
<max-instances>50</max-instances>
<idle-timeout>10m</idle-timeout>
</basic-scaling>