-1

This afternoon I try to run my windows compute engine, but failed because of below messages:

The zone 'projects/myapp/zones/us-central1-a' does not have enough resources available to fulfill the request. '(resource type:compute)'.

any idea to solve?

Note:

I try to create new VM Image but it cant, same as above error.

Thank You

UPDATE:

1) This thing only happens to Google Cloud on US region, I create new image on Singapore and it's runing succesfully...

2) I have check Quota page, it's no exceed at all:

enter image description here

questionasker
  • 2,536
  • 12
  • 55
  • 119
  • What about the quotas page? – guillaume blaquiere Nov 25 '19 at 08:29
  • 1
    Aren't the Response messages different between this and the putative duplicate? – jtlz2 Nov 25 '19 at 14:11
  • This question has been asked and answered many times on Stackoverflow. You have not provided any specific information that indicates your problem is different than the others. Please use the search bar and review the other answers. Then edit your question with details, if your situation is unique. Do you have a billing problem, do you have a quota problem, etc? Put in some effort to research and collect information. – John Hanley Nov 25 '19 at 15:42
  • @JohnHanley what information you need? i dont have quota & billing problems... – questionasker Nov 25 '19 at 22:24
  • @guillaumeblaquiere no problem about quota... – questionasker Nov 25 '19 at 22:32
  • @anunixercoder your quota screenshot is about the query-rate quota to API. What about the other quotas, CPU in us-central for example? If it's OK on this side, is the problem still occurs? – guillaume blaquiere Nov 26 '19 at 09:12

1 Answers1

0

You may be hitting the limit of resources for your GCP project. I suggest you to check the limits. This page has details about GCP Quotas.

Hope this helps.

Pradeep Bhadani
  • 4,435
  • 6
  • 29
  • 48