diff --git a/src/pages/reference/providers/gcp/configuration.mdx b/src/pages/reference/providers/gcp/configuration.mdx index 828b3f9de..7f4b30016 100644 --- a/src/pages/reference/providers/gcp/configuration.mdx +++ b/src/pages/reference/providers/gcp/configuration.mdx @@ -47,10 +47,19 @@ config: default: # configure services to deploy to Google Cloud Run cloudrun: + # set 1 CPU + # See cloudrun configuration docs here: + # https://cloud.google.com/run/docs/configuring/services/cpu + cpus: 1 # set 512MB of RAM # See cloudrun configuration docs here: - # https://cloud.google.com/run/docs/configuring/memory-limits + # https://cloud.google.com/run/docs/configuring/services/memory-limits memory: 512 + # set 0 GPUs + # See cloudrun configuration docs here: + # https://cloud.google.com/run/docs/configuring/services/gpu + # Available since 1.13.0 + gpus: 0 # set a timeout of 15 seconds # https://cloud.google.com/run/docs/configuring/request-timeout timeout: 15