Skip to content

Commit e4df05a

Browse files
committed
Increase memory allocation for Cloud Run deployment from 1Gi to 2Gi
1 parent f4eb0bb commit e4df05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-cloud-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
--ingress=internal-and-cloud-load-balancing
8989
--port=4321
9090
--startup-probe=httpGet.port=4321,initialDelaySeconds=10,timeoutSeconds=10,periodSeconds=120,failureThreshold=10
91-
--memory=1Gi
91+
--memory=2Gi
9292
--timeout=60
9393
--min-instances=1
9494
--set-env-vars ASTRO_BASE_PATH=${{ env.ASTRO_BASE_PATH }}

0 commit comments

Comments
 (0)