Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/pages/reference/providers/gcp/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,18 @@ 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
cpus: 1
# set 512MB of RAM
# See cloudrun configuration docs here:
# https://cloud.google.com/run/docs/configuring/memory-limits
memory: 512
# set 0 GPUs
# See cloudrun configuration docs here:
# https://cloud.google.com/run/docs/configuring
gpus: 0
# set a timeout of 15 seconds
# https://cloud.google.com/run/docs/configuring/request-timeout
timeout: 15
Expand Down
Loading