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
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:
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!