File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ service: annotator
7
7
8
8
# TODO(dev): adjust CPU and memory based on actual requirements.
9
9
resources :
10
- cpu : 1
10
+ cpu : 2
11
11
# Instances support between [(cpu * 0.9) - 0.4, (cpu * 6.5) - 0.4]
12
12
# Actual memory available is exposed via GAE_MEMORY_MB environment variable.
13
13
memory_gb : 6
@@ -19,9 +19,9 @@ automatic_scaling:
19
19
# We expect negligible load, so this is unlikely to trigger.
20
20
min_num_instances : 2
21
21
max_num_instances : 10
22
- cool_down_period_sec : 300
22
+ cool_down_period_sec : 1800
23
23
cpu_utilization :
24
- target_utilization : 0.80
24
+ target_utilization : 0.60
25
25
26
26
# Note: add a public port for GCE auto discovery by prometheus.
27
27
# TODO(dev): are any values redundant or irrelevant?
You can’t perform that action at this time.
0 commit comments