Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Configurar limites de memória e vCPU (1ª geração)
É possível provisionar o Cloud Run functions com diferentes quantidades de memória para controlar
o limite de memória que pode ser usada por uma função. A quantidade de memória
alocada escolhida corresponde a uma quantidade de CPU alocada para sua função.
Os níveis de memória e CPU disponíveis são mostrados na tabela a seguir:
Memória
CPU
128 MB
.083 vCPU
256 MB
.167 vCPU
512 MB
.333 vCPU
1.024 MB
.583 vCPU
2.048 MB
1 vCPU
4.096 MB
2 vCPU
8.192 MB
2 vCPU
Indisponível
4 vCPUs
Indisponível
8 vCPUs
Por padrão, a memória alocada para uma função é de 256 MB ou 256 MiB, dependendo
da versão do produto do Cloud Run functions.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-01-31 UTC."],[[["Cloud Run functions can be provisioned with varying memory amounts, which directly correlates to the allocated CPU for the function."],["The memory and CPU tiers available range from 128MB with .083 vCPU to 8192MB with 2 vCPU, as outlined in the provided table."],["By default, a function is allocated 256MB of memory, however, this can be changed."],["You can adjust the allocated memory for a function during deployment using the `--memory` flag in the gcloud CLI or through the \"Memory allocated\" field in the Google Cloud console."],["Memory and CPU allocations impact the costs associated with running Cloud Run functions, detailed information regarding pricing can be found on the Cloud Run functions Pricing page."]]],[]]