All Products
Search
Document Center

MaxCompute:Quota

Last Updated:Jan 31, 2024

A quota serves as a computing resource pool of MaxCompute. A quota provides the CPU and memory resources that are required for computing jobs, such as MaxCompute SQL jobs, MapReduce jobs, Spark jobs, Mars jobs, and Platform for AI (PAI) jobs. You can configure quota groups based on your business requirements to ensure that resources are properly allocated and used. This prevents specific tasks from consuming excessive resources and affecting the execution of other tasks.

The unit of MaxCompute computing resources is compute unit (CU). One CU equals 1 CPU core and 4 GB of memory. Quotas are classified into subscription resource quotas and pay-as-you-go resource quotas. Subscription resource quotas correspond to the subscription resource package and pay-as-you-go resource quotas correspond to pay-as-you-go resource packages. For more information, see Resource packages.

If you purchase a subscription resource quota, you can use MaxCompute Management for fine-grained management.

  • Configure quota groups

    You can add, change, or remove quota groups. You can also configure resource scheduling periods for quota groups. This ensures that different projects can schedule computing resources in different periods of time.

  • Change the quota group of a project

    You can change the quota groups that are associated with a MaxCompute project.

You can associate MaxCompute projects with quota groups by using the following methods. After projects are associated with quota groups, the computing jobs that you submit in the projects use the quota groups associated with the projects to compute data.

  • When you create a MaxCompute project, you can configure the quota group parameter to specify the quota group that you want to associate with the project.

  • For an existing MaxCompute project, you can go to the Projects page of the MaxCompute console, and change the quota group that is associated with the project. For more information, see Configure a project.

Note

We recommend that you associate different quota groups with different MaxCompute projects based on your business requirements.

References