Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3082f82

Browse files
committed
docs: Update GCP configuration reference.
1 parent 3a3685f commit 3082f82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/reference/providers/gcp/configuration.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ config:
4747
default:
4848
# configure services to deploy to Google Cloud Run
4949
cloudrun:
50+
# set 1 CPU
51+
# See cloudrun configuration docs here:
52+
# https://cloud.google.com/run/docs/configuring
53+
cpus: 1
5054
# set 512MB of RAM
5155
# See cloudrun configuration docs here:
5256
# https://cloud.google.com/run/docs/configuring/memory-limits
5357
memory: 512
58+
# set 0 GPUs
59+
# See cloudrun configuration docs here:
60+
# https://cloud.google.com/run/docs/configuring
61+
gpus: 0
5462
# set a timeout of 15 seconds
5563
# https://cloud.google.com/run/docs/configuring/request-timeout
5664
timeout: 15

0 commit comments

Comments
 (0)