All Products
Search
Document Center

Microservices Engine:Quotas and limits

Last Updated:Mar 03, 2026

Microservices Engine (MSE) enforces resource quotas for each Alibaba Cloud account. A quota defines the maximum number of resources you can create or operations you can perform. You can use Quota Center to view current usage, request quota increases, and set up quota alerts.

Default resource quotas

Microservice registry

Quota nameQuota codeDefault valueAdjustable maximumDescription
Maximum number of clusters per accountq_registry_clusters100200Destroyed instances are not counted.
Size of a single Nacos configurationq_nacos_config_size100 KB1 MB
Length of the metadata of a Nacos instanceq_nacos_meta_size4,096 bytes8,192 bytes
Number of namespaces in a serverless Nacos instanceq_nacos_serverless_namespaces2030
Number of namespaces in a common Nacos instance of the Developer Editionq_nacos_dev_namespaces2030
Number of low-specifications namespaces in a common Nacos instance of the Professional Edition_nacos_pro_low_namespaces2030A single node has fewer than 4 cores.
Number of high-specifications namespaces in a common Nacos instance of the Professional Editionq_nacos_pro_high_namespaces4080A single node has 4 or more cores.
Number of low-specifications namespaces in a common Nacos instance of the Enterprise Editionq_nacos_platinum_low_namespaces50100Small.Platinum.x2
Number of high-specifications namespaces in a common Nacos instance of the Enterprise Editionq_nacos_platinum_high_namespaces100160Medium.Platinum.x1 and higher specifications
Number of configurations in a serverless Nacos instanceq_nacos_serverless_cluster_configs1,0002,000
Number of configurations in a cluster for a common Nacos instance of the Developer Editionq_nacos_dev_cluster_configs1,0002,000
Number of configurations in a low-specifications cluster for a common Nacos instance of the Professional Editionq_nacos_pro_low_cluster_configs1,0002,000A single node has fewer than 4 cores.
Number of configurations in a high-specifications cluster for a common Nacos instance of the Professional Editionq_nacos_pro_high_cluster_configs5,00020,000A single node has 4 or more cores.
Number of low-specifications configurations in a common Nacos instance of the Enterprise Editionq_nacos_pro_platinum_low_cluster_configs5,00020,000Small.Platinum.x2
Number of high-specifications configurations in a common Nacos instance of the Enterprise Editionq_nacos_pro_platinum_high_cluster_configs20,00050,000Medium.Platinum.x1 and higher specifications
Number of Simple Authentication and Security Layer (SASL) users in a ZooKeeper instanceq_zk_sasl_user_count1050

Microservices governance

Quota nameQuota codeDefault valueAdjustable maximum
Number of namespacesq_msc_namespaces200300
Number of applications in a lane groupq_msc_group_apps100150
Number of lane groups in a namespaceq_msc_namespace_lane_group5070
Number of lanes in a lane groupq_msc_lane5070
Number of routes in a lane when the MSE gateway is the ingress application during an end-to-end canary releaseq_msc_lane_route5070

Request a quota increase

If you need more resources than the default quota allows, request an increase through Quota Center.

  1. Log on to the Quota Center console.

  2. In the left-side navigation pane, choose Products > General Quotas. On the Products with General Quotas page, select Application Service from the Category drop-down list and click the mse-governance or mse-registry card.

    image

  3. On the General Quotas page, view or increase resource quotas.

    • View resource quotas: The Total Quotas column shows the maximum allowed quantity. The In Use column shows current usage.

    • Request a quota increase: Click Apply in the Actions column. In the Apply for Quotas dialog box, configure the parameters and click OK.

Keep the following in mind when you adjust quotas:

  • Quota changes for Nacos instances take time to propagate. Adjust quotas only when the instance is in the running state.

  • When you upgrade, downgrade, or change the instance type, check the corresponding quota values and adjust them as needed.

  • The configuration quota for existing Nacos instances is set to an optimal value based on actual resource usage to maintain stability. To increase the quota, submit a request through the Quota Center console. New instances are subject to the configured quota limits.

References