From f3675312632fa2f581b35f06d51830b0ca303952 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Fri, 25 Jun 2021 09:24:34 -0700 Subject: [PATCH] Reduce memory requirement in cloud functions to 2gb --- infra/build/functions/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/functions/deploy.sh b/infra/build/functions/deploy.sh index 43b5a4cac..39f0e628d 100755 --- a/infra/build/functions/deploy.sh +++ b/infra/build/functions/deploy.sh @@ -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