Skip to content

Commit 60e848a

Browse files
Reduce CPU and memory allocation in app.yaml (#3010)
1 parent 47e6369 commit 60e848a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gcp/policyengine_api/app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
runtime: custom
22
env: flex
33
resources:
4-
cpu: 4
5-
memory_gb: 24
4+
cpu: 2
5+
memory_gb: 8
66
disk_size_gb: 32
77
automatic_scaling:
88
min_num_instances: 1
@@ -26,4 +26,4 @@ readiness_check:
2626
timeout_sec: 30
2727
failure_threshold: 5
2828
success_threshold: 2
29-
app_start_timeout_sec: 900
29+
app_start_timeout_sec: 900

0 commit comments

Comments
 (0)