Skip to content

Commit bccc238

Browse files
authored
increase memory limit for image processing sample; (GoogleCloudPlatform#1802)
1 parent 6ff98af commit bccc238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.kokoro/tests/build_cloud_run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ gcloud beta run deploy "${SERVICE_NAME}" \
5050
--image="${CONTAINER_IMAGE}" \
5151
--region="${REGION:-us-central1}" \
5252
--platform=managed \
53-
--quiet --no-user-output-enabled
53+
--quiet --no-user-output-enabled \
54+
`if [ $SAMPLE_NAME = "image-processing" ]; then echo "--memory 512M"; fi`
55+
5456

5557
set +x
5658

0 commit comments

Comments
 (0)