mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
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
This commit is contained in:
parent
36439d02b3
commit
807ab2b27b
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>100</instances>
|
||||
<instances>30</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<module>default</module>
|
||||
<threadsafe>true</threadsafe>
|
||||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4</instance-class>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>100</instances>
|
||||
<instances>30</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue