mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00: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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user