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 @@ -9,11 +9,11 @@ service: annotator
9
9
10
10
# TODO(dev): adjust CPU and memory based on actual requirements.
11
11
resources :
12
- cpu : 14
12
+ cpu : 20
13
13
# Instances support between [(cpu * 0.9) - 0.4, (cpu * 6.5) - 0.4]
14
14
# Actual memory available is exposed via GAE_MEMORY_MB environment variable.
15
15
# Service now loads ALL datasets, so it needs quite a lot of memory.
16
- memory_gb : 90
16
+ memory_gb : 129
17
17
18
18
# Annotation service uses disk for loading legacy Geolite datasets. It now loads many
19
19
# concurrently, so needs a lot of disk space.
@@ -22,7 +22,7 @@ resources:
22
22
automatic_scaling :
23
23
# We expect negligible load, so this is unlikely to trigger.
24
24
min_num_instances : 2
25
- max_num_instances : 2
25
+ max_num_instances : 3
26
26
cool_down_period_sec : 1800
27
27
cpu_utilization :
28
28
target_utilization : 0.60
You can’t perform that action at this time.
0 commit comments