Hello everyone, happy New Year!
Is it possible to increase the maximum amount of Cloud Run memory limit? Currently, it is 32GB of CPU and 8GB of RAM. For my business case, I would need 16GB of RAM.
Thanks!
Solved! Go to Solution.
Hi @rfcunha,
Welcome to Google Cloud Community!
Yes you can increase the maximum memory limit of your Cloud Run. You may follow the steps below:
The maximum amount of memory you can configure is 32 gibibyte (32 Gi
).
You can check out this documentation on configuring memory limits for additional information.
Hope this helps.
Hi @rfcunha,
Welcome to Google Cloud Community!
Yes you can increase the maximum memory limit of your Cloud Run. You may follow the steps below:
The maximum amount of memory you can configure is 32 gibibyte (32 Gi
).
You can check out this documentation on configuring memory limits for additional information.
Hope this helps.