mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Increase number of frontend/backend instances on prod/sandbox to 100
The higher the number the better for serious launches. These used to be 100 but had been detuned because instances weren't dying correctly when no longer needed, thus contributing to higher costs than necessary. That problem was fixed when we migrated to the Java 8 runtime, however, so there's no reason not to use the higher number. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184742738
This commit is contained in:
parent
1227046bcb
commit
001ce9cd52
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<basic-scaling>
|
||||
<max-instances>50</max-instances>
|
||||
<max-instances>100</max-instances>
|
||||
<idle-timeout>10m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<basic-scaling>
|
||||
<max-instances>50</max-instances>
|
||||
<max-instances>100</max-instances>
|
||||
<idle-timeout>30m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4</instance-class>
|
||||
<basic-scaling>
|
||||
<max-instances>50</max-instances>
|
||||
<max-instances>100</max-instances>
|
||||
<idle-timeout>10m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4</instance-class>
|
||||
<basic-scaling>
|
||||
<max-instances>50</max-instances>
|
||||
<max-instances>100</max-instances>
|
||||
<idle-timeout>30m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue