gcp clound run function - configuring scaling and concurrency
To change your cloud function cpu and scaling configurations, go to your cloud run function and select "Edit and Deploy new revision" as shown below:-
Proceed to update the memory, cpu allocations.
Update the concurrency if required to take advantage of the higher cpus
More details
https://cloud.google.com/run/docs/about-concurrency
Comments