Reduce memory requirement in cloud functions to 2gb

This commit is contained in:
Abhishek Arya 2021-06-25 09:24:34 -07:00 committed by GitHub
parent 24d5dab081
commit f367531263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function deploy_cloud_function {
--region us-central1 \
--set-env-vars GCP_PROJECT=$project,FUNCTION_REGION=us-central1 \
--max-instances 1 \
--memory 8192MB
--memory 2048MB
}
if [ $# == 1 ]; then