Google 中部地区的 Cloud Dataflow 575 限制
Google Cloud Dataflow 575 limit in central region
Autoscaling: Unable to reach resize target in zone us-central1-b. QUOTA_EXCEEDED: Quota 'IN_USE_ADDRESSES' exceeded. Limit: 575.0 in region us-central1.
从https://cloud.google.com/dataflow/service/dataflow-service-desc my limit should be 1,000, but when running my dataflow job I get the warning above about a limit of only 575. Should I explicitly set a different region as specified in https://cloud.google.com/dataflow/docs/concepts/regional-endpoints开始,或者我可以将中部地区的限制提高到 1,000 人吗?
我猜你使用的是默认机器类型,所以每台机器都有一台 cpu,但每台机器都有一台独立的 IP_ADDRESS。即使您最多可以使用 1000 个实例,您在该区域的 "IN_USE_ADDRESSES" 配额似乎设置为 575,因此出现错误。
如果您不想增加 "In Use Addresses" 的数量,您可以找到其他 machine types 来为每个实例使用更多的 CPU,例如 n1-standard-4
。否则,您可以在 "In Use Addresses".
中申请更多配额
Autoscaling: Unable to reach resize target in zone us-central1-b. QUOTA_EXCEEDED: Quota 'IN_USE_ADDRESSES' exceeded. Limit: 575.0 in region us-central1.
从https://cloud.google.com/dataflow/service/dataflow-service-desc my limit should be 1,000, but when running my dataflow job I get the warning above about a limit of only 575. Should I explicitly set a different region as specified in https://cloud.google.com/dataflow/docs/concepts/regional-endpoints开始,或者我可以将中部地区的限制提高到 1,000 人吗?
我猜你使用的是默认机器类型,所以每台机器都有一台 cpu,但每台机器都有一台独立的 IP_ADDRESS。即使您最多可以使用 1000 个实例,您在该区域的 "IN_USE_ADDRESSES" 配额似乎设置为 575,因此出现错误。
如果您不想增加 "In Use Addresses" 的数量,您可以找到其他 machine types 来为每个实例使用更多的 CPU,例如 n1-standard-4
。否则,您可以在 "In Use Addresses".