1
This commit is contained in:
parent
38e42c630c
commit
cd07b6ee24
6
app.yaml
6
app.yaml
@ -2,10 +2,8 @@ runtime: nodejs
|
|||||||
env: flex
|
env: flex
|
||||||
|
|
||||||
# https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
|
# https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
|
||||||
automatic_scaling:
|
manual_scaling:
|
||||||
min_num_instances: 1
|
instances: 1
|
||||||
max_num_instances: 4
|
|
||||||
cool_down_period_sec: 180
|
|
||||||
resources:
|
resources:
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory_gb: 0.5
|
memory_gb: 0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user