Try fix for memory exceeded (#5969)

* Try fix for memory exceeded

Should fix https://github.com/google/oss-fuzz/issues/5968

* Update deploy.sh
diff --git a/infra/build/functions/deploy.sh b/infra/build/functions/deploy.sh
index ea094e3..43b5a4c 100755
--- a/infra/build/functions/deploy.sh
+++ b/infra/build/functions/deploy.sh
@@ -80,9 +80,10 @@
 	--runtime python38 \
 	--project $project \
 	--timeout 540 \
-  --region us-central1 \
-  --set-env-vars GCP_PROJECT=$project,FUNCTION_REGION=us-central1 \
-  --max-instances 1
+	--region us-central1 \
+	--set-env-vars GCP_PROJECT=$project,FUNCTION_REGION=us-central1 \
+	--max-instances 1 \
+	--memory 8192MB
 }
 
 if [ $# == 1 ]; then