Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud Run memory limit

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 Solved
1 1 4,396
1 ACCEPTED 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:

  1. In the Google Cloud console, go to Cloud Run.
  2. 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.
  3. 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.
  4. Click the Container tab.
  5.  
    set-memory.png
  6. Select the desired memory size from the Memory dropdown list.
  7. 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.

View solution in original post

1 REPLY 1

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:

  1. In the Google Cloud console, go to Cloud Run.
  2. 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.
  3. 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.
  4. Click the Container tab.
  5.  
    set-memory.png
  6. Select the desired memory size from the Memory dropdown list.
  7. 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.

Top Solution Authors