From bbe7c8565805af0c64f6af75e8d814f126070780 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Tue, 23 Dec 2025 23:45:05 +0400 Subject: [PATCH] Increase CPU and RAM to prevent frequent crashing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CPU: 2 → 4 cores - RAM: 8 → 12 GB 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- changelog_entry.yaml | 4 ++++ gcp/policyengine_api/app.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..ed4fc6604 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + changed: + - Increased CPU and RAM to prevent frequent crashing. diff --git a/gcp/policyengine_api/app.yaml b/gcp/policyengine_api/app.yaml index 8d91d5870..2ccf8ea5b 100644 --- a/gcp/policyengine_api/app.yaml +++ b/gcp/policyengine_api/app.yaml @@ -1,8 +1,8 @@ runtime: custom env: flex resources: - cpu: 2 - memory_gb: 8 + cpu: 4 + memory_gb: 12 disk_size_gb: 32 automatic_scaling: min_num_instances: 1