问题
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?
回答1:
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.
回答2:
You can now request the CPUs quota of Google Compute Engine at https://console.cloud.google.com/iam-admin/quotas
来源:https://stackoverflow.com/questions/21194715/how-can-i-increase-cpu-quota-on-google-compute-engine