如何将 96 个 CPU 与 Compute Engine Google Cloud 一起使用?
How can I use 96 CPUs with Compute Engine Google Cloud?
我在 Google 云中创建了我的 VM 实例,没有任何问题:2 CPUs 和 8GB RAM。但是,我想将其增加到 96CPU 和 138GB RAM。但是,我收到错误消息我不能超过 24 CPU 是我的区域(我尝试了所有区域并且都说相同)。最重要的是,我还尝试在 2 个不同的区域创建 24 个 CPU,但我收到消息说我的最大全局 CPU 只有 32 :-(
如何才能充分发挥更多 CPU 的力量。
PS:我正在使用 Windows Server 2019 作为 OS。
TIA
没有具有此类规格的负担得起的云硬件,而且 Google 也不会提供此类规格。我想如果您找到一些 "cloud" 提供现代大型铁 NUMA 的供应商,您就会明白,但它仍然是 NUMA,因此在 CPU 之间传输数据会产生开销,而且您会付出高昂的代价。您只需要 运行 该 VM 的多个实例:由于您可以清楚地并行化工作以使用多个 CPU,因此可以轻松地拆分具有所有这些线程的进程以根据需要跨多个 VM 工作。
有核心配额。您可能想要增加它。
CPU quota refers to the total number of virtual CPUs across all of
your VM instances in a region. CPU quotas apply to running instances
and instance reservations. Both normal and preemptible instances
consume this quota.
To protect Compute Engine systems and other users, some new accounts
and projects also have a global CPUs (All Regions) quota that applies
to all regions and is measured as a sum of all your vCPUs in all
regions.
For example, if you have 48 vCPUs remaining in a single region such as
us-central1 but only 32 vCPUs remaining for the CPUs (All Regions)
quota, you can launch only 32 vCPUs in the us-central1 region, even
though there is remaining quota in the region. This is because you
will reach the CPU (All Regions) quota and need to delete existing
instances before you can launch new instances.
发件人:https://cloud.google.com/compute/quotas#cpus
增加核心配额参考:https://support.google.com/cloud/answer/6376374?hl=en
我在 Google 云中创建了我的 VM 实例,没有任何问题:2 CPUs 和 8GB RAM。但是,我想将其增加到 96CPU 和 138GB RAM。但是,我收到错误消息我不能超过 24 CPU 是我的区域(我尝试了所有区域并且都说相同)。最重要的是,我还尝试在 2 个不同的区域创建 24 个 CPU,但我收到消息说我的最大全局 CPU 只有 32 :-(
如何才能充分发挥更多 CPU 的力量。
PS:我正在使用 Windows Server 2019 作为 OS。
TIA
没有具有此类规格的负担得起的云硬件,而且 Google 也不会提供此类规格。我想如果您找到一些 "cloud" 提供现代大型铁 NUMA 的供应商,您就会明白,但它仍然是 NUMA,因此在 CPU 之间传输数据会产生开销,而且您会付出高昂的代价。您只需要 运行 该 VM 的多个实例:由于您可以清楚地并行化工作以使用多个 CPU,因此可以轻松地拆分具有所有这些线程的进程以根据需要跨多个 VM 工作。
有核心配额。您可能想要增加它。
CPU quota refers to the total number of virtual CPUs across all of your VM instances in a region. CPU quotas apply to running instances and instance reservations. Both normal and preemptible instances consume this quota.
To protect Compute Engine systems and other users, some new accounts and projects also have a global CPUs (All Regions) quota that applies to all regions and is measured as a sum of all your vCPUs in all regions.
For example, if you have 48 vCPUs remaining in a single region such as us-central1 but only 32 vCPUs remaining for the CPUs (All Regions) quota, you can launch only 32 vCPUs in the us-central1 region, even though there is remaining quota in the region. This is because you will reach the CPU (All Regions) quota and need to delete existing instances before you can launch new instances.
发件人:https://cloud.google.com/compute/quotas#cpus
增加核心配额参考:https://support.google.com/cloud/answer/6376374?hl=en