mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Reduce the number of manually scaled instances for default/pubapi (#1620)
* Reduce the number of manually scaled instances for default/pubapi This is in the spirit of "not always running significantly over-provisioned", which helps to save costs and also expose potential scaling issues when they are still small rather than all at once when they're a big problem. This can always be reverted if necessary, and can be instantaneously adjusted by running the `nomulus set_num_instances` command.
This commit is contained in:
parent
95dfd5b76a
commit
205b16fe8a
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>15</instances>
|
||||
<instances>12</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>12</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>10</instances>
|
||||
<instances>6</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue