Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 正在启动VM实例';实例1';失败。错误:配额';CPU';超过。限制:美国中部地区72.0_Google Cloud Platform_Google Compute Engine - Fatal编程技术网

Google cloud platform 正在启动VM实例';实例1';失败。错误:配额';CPU';超过。限制:美国中部地区72.0

Google cloud platform 正在启动VM实例';实例1';失败。错误:配额';CPU';超过。限制:美国中部地区72.0,google-cloud-platform,google-compute-engine,Google Cloud Platform,Google Compute Engine,我正在尝试在GCP上设置一个计算引擎实例,使用96个VCPU作为测试。因此,我从尽可能小的实例开始,为处理准备环境,然后将实例编辑为: n1-highcpu-96 (96 vCPUs, 86.4 GB memory) 但是,当我启动实例时,出现了以下错误: Starting VM instance 'instance-1' failed. Error: Quota 'CPUS' exceeded. Limit: 72.0 in region us-central1. 所以,我的第一个问题是,

我正在尝试在GCP上设置一个计算引擎实例,使用96个VCPU作为测试。因此,我从尽可能小的实例开始,为处理准备环境,然后将实例编辑为:

n1-highcpu-96 (96 vCPUs, 86.4 GB memory)
但是,当我启动实例时,出现了以下错误:

Starting VM instance 'instance-1' failed. Error: Quota 'CPUS' exceeded. Limit: 72.0 in region us-central1.
所以,我的第一个问题是,这个配额是针对我的吗?或者其他尝试相同配置的人将面临相同的错误?我这样问是因为我在使用GCP为新用户提供的促销,我认为这可能是促销期的限制

在做了一些研究之后,我遇到了以下命令,用于显示不同地区的配额:

gcloud compute regions describe us-central1
我运行了它以获得完整的区域列表。一些地区被限制在24个,而我得到的最大数量是72个

quotas:
- limit: 72.0
  metric: CPUS
  usage: 0.0

那么,我怎样才能拥有一个96核的实例呢?

VCPU的限制是软限制,硬限制是指定的

要获得一个许可证,您必须提交一份申请表,说明您希望在该位置获得的VCPU数量,并在此过程中说明您为什么需要它

如果请求获得批准,您将被允许在该地区运行96个vCPU GCE实例。请记住,目前唯一的例外是南美洲-east1地区,该地区最多只能有64个VCPU