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!
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!
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:
In the Google Cloud console, go to Cloud Run.
Click Create Service if you are configuring a new service you are deploying to. If you are configuring an existing service, click on the service, then click Edit and deploy new revision.
If you are configuring a new service, fill out the initial service settings page as desired, then click Container(s), volumes, networking, security to expand the service configuration page.
Click the Container tab.
![]()
Select the desired memory size from the Memory dropdown list.
Click Create or Deploy.
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.