Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I increase cpu quota on google compute engine

I am trying to start 8 virtual machines with 4 cpu each and getting error "ERROR: QUOTA_EXCEEDED: Quota 'CPUS' exceeded. Limit: 24.0"

Documentation https://developers.google.com/appengine/docs/quotas says: "Billable resource quotas are set by the application administrator in the Billing Settings tab of the Administration Console"

However, I can't find any such control in "Billings".

Any ideas how can I change this CPU limit?

like image 920
user3208080 Avatar asked Jan 17 '14 19:01

user3208080


People also ask

How do I get more CPU quotas in Google Cloud?

This quota is visible in the Google Cloud Console on the Quotas page. Compute Engine automatically sets this quota to be 10 times your regular CPU quota. You do not need to request this quota. If you need quota for more VM instances, request more CPUs because having more CPUs increases VM instance quota.

How to increase Compute Engine quotas in GCP?

Increase Compute Engine Quotas in GCP 1 Upgrade your Google Cloud account#N#To get access to more compute resources and have an option to increase quotas, your... 2 Check the quotas for your zone More ...

What is @CPU quotas?

CPU quota is the total number of virtual CPUs across all of your VM instances in a region. CPU quotas apply to running VMs and VM reservations. Both predefined and preemptible VMs consume this quota. To help protect Compute Engine systems and other users, some new accounts and projects also have a global CPUs (All Regions) quota.

Can I Change my quota for the Compute Engine API?

For information specific to quotas for rate limits for the Compute Engine API, see API rate limits. If you're using the Google Cloud free trial, you cannot request a change to your quota. If your project's billing service is disrupted or if you change your project's billing account, your quotas reset to their default values.


2 Answers

The docs you found are referring to the App Engine usage quotas which are separate from the Compute Engine quotas. Compute Engine quotas start out relatively small. Here are the docs for Compute Engine quotas.

Follow the instructions at GCE Quota Increase to change the quota.

To view your current quotas, visit the Console and click Compute Engine, then Quota.

like image 58
Brian Dorsey Avatar answered Oct 27 '22 07:10

Brian Dorsey


You can now request the CPUs quota of Google Compute Engine at https://console.cloud.google.com/iam-admin/quotas

like image 24
Mu-ik Jeon Avatar answered Oct 27 '22 05:10

Mu-ik Jeon