We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de400e7 commit 3a376f3Copy full SHA for 3a376f3
1 file changed
scripts/deploy-region.sh
@@ -10,9 +10,10 @@ gcloud run deploy $SERVICE_NAME-$REGION \
10
--min-instances=1 \
11
--min=1 \
12
--concurrency=500 \
13
- --memory=2Gi \
+ --memory=1Gi \
14
--timeout=300 \
15
--port=3000 \
16
--platform=managed \
17
--region=$REGION \
18
- --allow-unauthenticated
+ --allow-unauthenticated \
19
+ --no-cpu-throttling
0 commit comments