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

enable startup cpu boost for our cloud run services to faster startup of the service

We want to enable startup cpu boost for our cloud run services to faster startup of the service, can you share details for it's implementation

1 1 681
1 REPLY 1

Hello @asing303,

Take a look at the official documentation: Set startup CPU boost.

This feature provides additional CPU during instance startup time and for 10 seconds after the instance has started. The CPU boost depends on the current CPU limit setting:

CPU limit    Boosted CPU
0-1              2
2                 4
4                 8
6                 8
8                 8

To enable or disable the startup CPU boost, you can use Google Cloud console:

  1. 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. To enable startup CPU boost select the check box Startup CPU boost. To disable this feature, deselect the checkbox.
  5. Click Create or Deploy.

If the above option doesn't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!

Top Solution Authors