할당량은 사용할 수 있는 계수 가능한 공유 리소스의 양을 지정합니다. 할당량은 Dataform과 같은 Google Cloud 서비스에서 정의합니다.
시스템 한도는 변경할 수 없는 고정 값입니다.
Google Cloud 는 공정성을 보장하고 리소스 사용 및 가용성의 급증을 줄이기 위해 할당량을 사용합니다. 할당량은 Google Cloud 프로젝트에서 사용할 수 있는Google Cloud 리소스의 양을 제한합니다. 할당량은 하드웨어, 소프트웨어, 네트워크 구성요소를 포함하여 다양한 리소스 유형에 적용됩니다. 예를 들어 할당량에 따라 서비스에 대한 API 호출 수, 프로젝트에서 동시에 사용하는 부하 분산기 수, 만들 수 있는 프로젝트 수가 제한될 수 있습니다. 할당량은 서비스 과부하를 방지하여Google Cloud 사용자 커뮤니티를 보호합니다. 또한 할당량은 자체 Google Cloud 리소스를 관리하는 데 도움이 됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eDataform quotas are limits on shared resources, defined by Google Cloud, that help manage resource usage and are typically applied at the Google Cloud project level.\u003c/p\u003e\n"],["\u003cp\u003eSystem limits are fixed restrictions on Dataform resources that are unchangeable, and they differ from quotas, which can often be adjusted via the Google Cloud console.\u003c/p\u003e\n"],["\u003cp\u003eDataform has specific API quotas, such as 6000 total requests per project per region per minute, and limits on resources, like a maximum of 5000 actions per repository compilation.\u003c/p\u003e\n"],["\u003cp\u003eDataform relies on other Google Cloud services, such as BigQuery and Cloud Monitoring, which also have their own separate project-level quotas that apply when used with Dataform.\u003c/p\u003e\n"],["\u003cp\u003eCompilation resource limits within Dataform, such as the maximum number of actions or dependencies, are in place to prevent issues like infinite loops or large repository sizes from causing compilation failure.\u003c/p\u003e\n"]]],[],null,["# Quotas and limits\n\nThis document lists the quotas and system limits that apply to\nDataform.\n\n- *Quotas* specify the amount of a countable, shared resource that you can use. Quotas are defined by Google Cloud services such as Dataform.\n- *System limits* are fixed values that cannot be changed.\n\nGoogle Cloud uses quotas to help ensure fairness and reduce\nspikes in resource use and availability. A quota restricts how much of a\nGoogle Cloud resource your Google Cloud project can use. Quotas\napply to a range of resource types, including hardware, software, and network\ncomponents. For example, quotas can restrict the number of API calls to a\nservice, the number of load balancers used concurrently by your project, or the\nnumber of projects that you can create. Quotas protect the community of\nGoogle Cloud users by preventing the overloading of services. Quotas also\nhelp you to manage your own Google Cloud resources.\n\nThe Cloud Quotas system does the following:\n\n- Monitors your consumption of Google Cloud products and services\n- Restricts your consumption of those resources\n- Provides a way to [request changes to the quota value](/docs/quotas/help/request_increase) and [automate quota adjustments](/docs/quotas/quota-adjuster)\n\nIn most cases, when you attempt to consume more of a resource than its quota\nallows, the system blocks access to the resource, and the task that\nyou're trying to perform fails.\n\nQuotas generally apply at the Google Cloud project\nlevel. Your use of a resource in one project doesn't affect\nyour available quota in another project. Within a Google Cloud project, quotas\nare shared across all applications and IP addresses.\n\n\nThere are also *system limits* on Dataform resources.\nSystem limits can't be changed.\n\nQuota replenishment\n-------------------\n\nDaily quotas are replenished at regular intervals throughout the day,\nreflecting their intent to guide rate limiting behaviors. Intermittent refresh\nis also done to avoid long disruptions when quota is exhausted.\nMore quota is typically made available within minutes rather\nthan globally replenished once daily.\n\nRequest a quota increase\n------------------------\n\nTo increase or decrease most quotas, use the Google Cloud console.\nFor more information, see\n[Request a quota adjustment](/docs/quotas/view-manage#requesting_higher_quota).\n\nCap quota usage\n---------------\n\nTo learn how you can limit usage of a particular resource by specifying a\nsmaller quota than the default, see\n[Cap usage](/docs/quotas/view-manage#capping_usage).\n\nRequired permissions\n--------------------\n\nTo view and update your Dataform quotas in the\nGoogle Cloud console, you need the same permissions as for any Google Cloud\nquota. For more information, see\n[Quota permissions](/docs/quotas/permissions).\n\nTroubleshooting\n---------------\n\nFor information about troubleshooting errors related to Dataform\nquotas and limits, see [Troubleshooting](/dataform/docs/troubleshooting).\n\nDataform quotas\n---------------\n\nDataform has the following API quotas:\n\nQuotas for services used by Dataform\n------------------------------------\n\nDataform uses other Google Cloud services. These services have\nproject-level quotas, which apply when you use Dataform.\n\nDataform uses the following Google Cloud services that\nhave their own quota limits:\n\n- [BigQuery](/bigquery/quotas)\n- [Identity and Access Management](/iam/quotas)\n- [Cloud Monitoring](/monitoring/quotas)\n- [Secret Manager](/secret-manager/quotas)\n\nDataform compilation resources limits\n-------------------------------------\n\nDataform enforces the following usage limits on compilation resources:\n\nAdditionally, Dataform imposes limits on CPU and memory use during compilation.\nIf these limits are exceeded when you compile your code, the compilation fails\nand Dataform throws a compilation error.\n\nTo estimate the compilation resources usage of your repository,\nsee [Estimate compilation resources usage of your repository](/dataform/docs/best-practices-repositories#estimate-comp-resource-usage-of-repo).\n\nYour repository might exceed the usage limits for the following reasons:\n\n- An infinite loop bug in the repository code.\n- A memory leak bug in the repository code.\n- Large repository size, approximately more than 1000 workflow nodes.\n- Large number of concurrent queries.\n\n| **Tip:** [Update Dataform core](/dataform/docs/manage-repository#manage-dataform-core-package) to the latest version to lower the risk of exceeding compilation limits.\n\nFor more information about repository size in Dataform, see\n[Overview of repository size](/dataform/docs/best-practices-repositories#overview-repo-size)."]]