Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Increased CPU and RAM to prevent frequent crashing.
4 changes: 2 additions & 2 deletions gcp/policyengine_api/app.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading