mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Reduce # of manual instances in production and sandbox
Steady state QPS for prod is <30 on both default and pubapi, so number of instances can easily be brought safely down to 15 & 10 instances. Sandbox has negligible steady state QPS (especially on pubapi), so it is brought even lower. Note that, if we have any issues with these levels, we can increase them instantly using the nomulus set_num_instances command, without having to do another release or a rollback; this is therefore low risk. Note that we'll want to go back to 100 instances for the first day of .dev sunrise as well as the entire week of EAP and first day of GA. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=226566822
This commit is contained in:
parent
218a6e58f1
commit
040319a95d
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>30</instances>
|
||||
<instances>10</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>20</instances>
|
||||
<instances>5</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue