Cloud Run instance quotas shows 100% all the time

Hello,
I decided to use Clod Run as a way to run my 4 microservices. I’ve been struggling with the problem for a week that the limit is 100% and cannot deploy new version.

Quota: Instance limit per region

region: europe-west4

I;ve checked and removed all old or broken revisions and now I have exacly 4 cloud run services with only 1 revision but quota all the time shows 12/10 (I have 10 as quota value).

Is there anything I can do to refresh it? From my point of view it looks like the value is frozen and is not being refreshed because I have been waiting for a few days. At this point of time, I cannot change quota value

Regards,
Karol

Hi @cienkoszk ,

Welcome to Google Cloud Community!

I understand that you are having an issue with the Instance limit per region quota for Cloud Run even though you already deleted the previous revision and left only one. May I know the minimum number of your instances? You can try to reduce it, deploy the new revision and check if the current usage of the instance limit decreases. Please refer to Cloud Run instance autoscaling documentation for your reference.

Also, If you want to increase the quota. What I recommend is to reach out or file a case to Google Cloud Customer Care for 1:1 technical support as they have the right resources to check and review your project and tools. Please refer to Cloud Run Quotas and Limits documentation for more information.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.

1 Like

One more thing to be aware of: larger instances (more CPU and memory) consume more than 1 instance quota.

Hello,
@ronnelg I have min and max = 1 for all 4 services and each service has 1CPU and 4GB memory.

I’d expect that to be using 8 units of “instances” quota, not 12. Do you have any Functions running?

Have you tried filing a quota increase request? As long as you have some billing history with GCP, it is likely possible to raise your quota above 10.

Hi

Can you please expand on this a bit more? I do not see this in the docs, and this will go a long way to assisting in debugging an issue in our environment

Perhaps a table or reference to instance size to instance count

Hi, can you expand on this a bit? I do not see this in the docs. Is there a calculation somewhere which explains the relationship between Resource and instance_count?