Skip to content

Commit

Permalink
fix(download): increase memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 12, 2023
1 parent 8d63eac commit b5646de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
--max-instances=10
--min-instances=0
--allow-unauthenticated
--memory=1G
--memory=4G
deploy-prod:
name: Deploy to production
Expand Down Expand Up @@ -125,4 +125,4 @@ jobs:
--max-instances=10
--min-instances=0
--allow-unauthenticated
--memory=1G
--memory=4G

0 comments on commit b5646de

Please sign in to comment.