mirror of
https://github.com/google/nomulus.git
synced 2025-07-03 09:43:30 +02:00
Double the # of pubapi instances to better handle traffic spikes (#671)
* Double the # of pubapi instances to better handle traffic spikes We may also consider switching to an automatic scaling mode soon, on the hope that it's working better than the last time we tried it (it would help to keep resource costs down at least).
This commit is contained in:
parent
f4c0dd1268
commit
bfd40ec2b0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<sessions-enabled>true</sessions-enabled>
|
<sessions-enabled>true</sessions-enabled>
|
||||||
<instance-class>B4_1G</instance-class>
|
<instance-class>B4_1G</instance-class>
|
||||||
<manual-scaling>
|
<manual-scaling>
|
||||||
<instances>10</instances>
|
<instances>20</instances>
|
||||||
</manual-scaling>
|
</manual-scaling>
|
||||||
|
|
||||||
<system-properties>
|
<system-properties>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue