Skip to content

Commit 4f10e8c

Browse files
authored
reduce to 4-6 instances, smaller memory (#962)
* reduce to 10 instances * reduce memory and max instances
1 parent 7a4a5b6 commit 4f10e8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/etl_worker/app-batch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ resources:
1313
cpu: 4
1414
# Instances support between [(cpu * 0.9) - 0.4, (cpu * 6.5) - 0.4]
1515
# Actual memory available is exposed via GAE_MEMORY_MB environment variable.
16-
memory_gb: 15
16+
memory_gb: 8
1717

1818
# TODO - Adjust once we understand requirements.
1919
disk_size_gb: 10
2020

2121
automatic_scaling:
2222
# This is intended for batch jobs.
23-
min_num_instances: 10
24-
max_num_instances: 40
23+
min_num_instances: 4
24+
max_num_instances: 6
2525
# Very long cool down period, to reduce the likelihood of tasks being truncated.
2626
cool_down_period_sec: 1800
2727
# We don't care much about latency, so a high utilization is desireable.

0 commit comments

Comments
 (0)