From e9d431eaca34075921afb3d1809db0ec4e64cb40 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff <35577657+nikhilwoodruff@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:09:12 +0000 Subject: [PATCH] Reduce CPU and memory allocation in app.yaml --- gcp/policyengine_api/app.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcp/policyengine_api/app.yaml b/gcp/policyengine_api/app.yaml index b2671c7d..8d91d587 100644 --- a/gcp/policyengine_api/app.yaml +++ b/gcp/policyengine_api/app.yaml @@ -1,8 +1,8 @@ runtime: custom env: flex resources: - cpu: 4 - memory_gb: 24 + cpu: 2 + memory_gb: 8 disk_size_gb: 32 automatic_scaling: min_num_instances: 1 @@ -26,4 +26,4 @@ readiness_check: timeout_sec: 30 failure_threshold: 5 success_threshold: 2 - app_start_timeout_sec: 900 \ No newline at end of file + app_start_timeout_sec: 900