how can I increase cpu quota on google compute engine

孤者浪人 提交于 2020-01-14 08:53:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!