简体   繁体   English

谷歌云平台 (GCP) 未知错误。 原始错误消息:操作失败:区域内 CPU 配额不足

[英]Google cloud Platform(GCP) Unknown error. Original error message: Operation failed: Insufficient CPU quota in region

I want to create a VPC connector to connect the App engine to the cloud SQL instance.我想创建一个 VPC 连接器以将 App 引擎连接到云 SQL 实例。 As the connector should be in the same region as the SQL instance is, I have selected the same region.由于连接器应与 SQL 实例位于同一区域,因此我选择了同一区域。 But after creating the VPC connector it gives me an error:但是在创建 VPC 连接器后,它给了我一个错误:
Unknown error. Original error message: Operation failed: Insufficient CPU quota in region.

I tell you that I am using a free Tier GCP account.我告诉你我正在使用免费的 Tier GCP 帐户。 Is this problem is from my side?这个问题是我这边的吗? related to my account?与我的帐户有关? How to resolve it.如何解决。 Thanks!谢谢!

Accordingly to the error message, you don't have enough CPU in the region.根据错误消息,您在该区域没有足够的 CPU。 This resource usage is limited by quota .此资源使用受配额限制。

Unfortunately, you won't be able to increase this quota while using 90-day, $300 Free Trial .遗憾的是,在使用90 天 300 美元免费试用期间,您将无法增加此配额 Have a look at the documentation:看看文档:

Program coverage :节目范围

  • You can't request a quota increase.您不能请求增加配额。 For an overview of Compute Engine quotas, see Resource quotas .有关 Compute Engine 配额的概述,请参阅资源配额

To solve this issue and increase quota, you can upgrade to a paid Cloud Billing account .要解决此问题并增加配额,您可以升级到付费 Cloud Billing 帐户

Each project has an 8 CPU quota limit, not related to projects.每个项目有 8 个 CPU 配额限制,与项目无关。 8 CPU quota limit in a region. 8 某个区域的 CPU 配额限制。 Every deployment of serverless VPC is using 8 CPUs.无服务器 VPC 的每个部署都使用 8 个 CPU。 So, I use 1 vCPU instance for scaling like F1 micro for Serverless VPC connector.因此,我使用 1 个 vCPU 实例进行缩放,例如用于无服务器 VPC 连接器的 F1 micro。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在什么情况下,Google Cloud Run 会响应“请求失败,因为与实例的 HTTP 连接出现错误。”? - In what cases does Google Cloud Run respond with "The request failed because the HTTP connection to the instance had an error."? GCP - Cloud Composer 2 - 在此环境上创建操作失败 - GCP - Cloud Composer 2 - Create operation on this environment failed Google Dataflow 作业因“上传的数据不足”错误而失败 - Google Dataflow job failed with "insufficient data uploaded" error Firebase Cloud Firestore 读取操作在免费配额限制下资源耗尽错误? - Firebase Cloud Firestore read operation Resource Exhausted error under free quota limit? 超出 GCP 云装甲配额“SECURITY_POLICY_RULES”。 限制:免费层帐户的 0.0 全局错误 - GCP Cloud armor Quota 'SECURITY_POLICY_RULES' exceeded. Limit: 0.0 globally error for Free tier account Cloud Build 错误:generic::failed_precondition:没有可用于创建构建的并发构建配额 - Cloud Build Error: generic::failed_precondition: no concurrent builds quota available to create builds Firebase 云函数部署错误 - 超出配额 - Firebase Cloud Functions Deploy Error - Quota Exceeded 谷歌云:错误:可达性检查失败 - Google Cloud: ERROR: Reachability Check failed 错误 7:云功能/firestore 权限缺失或不足 - Error 7: Missing or insufficient permissions cloud functions/firestore 我使用了Google Cloud Platform App Engine和Google Cloud SQL,Sequelize,但是Error: connect ETIMEDOUT错误 - I used Google Cloud Platform App Engine and Google Cloud SQL, Sequelize, but Error: connect ETIMEDOUT error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM