Skip to content

Commit 5f9fb68

Browse files
authored
Merge pull request #78092 from laurenhughes/batch-quota-fix
Update resource quotas
2 parents 9ffa627 + 6fb3bf2 commit 5f9fb68

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

articles/batch/batch-quota-limit.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: big-compute
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 05/13/2019
16+
ms.date: 05/28/2019
1717
ms.author: lahugh
1818
ms.custom: seodec18
1919

@@ -29,19 +29,22 @@ You can run multiple Batch workloads in a single Batch account, or distribute yo
2929

3030
If you plan to run production workloads in Batch, you may need to increase one or more of the quotas above the default. If you want to raise a quota, you can open an online [customer support request](#increase-a-quota) at no charge.
3131

32-
> [!NOTE]
33-
> A quota is a credit limit, not a capacity guarantee. If you have large-scale capacity needs, please contact Azure support.
34-
3532
## Resource quotas
36-
[!INCLUDE [azure-batch-limits](../../includes/azure-batch-limits.md)]
3733

34+
A quota is a credit limit, not a capacity guarantee. If you have large-scale capacity needs, please contact Azure support.
35+
36+
Also note that quotas are not guaranteed values. Quotas can vary based on changes from the Batch service or a user request to change a quota value.
37+
38+
[!INCLUDE [azure-batch-limits](../../includes/azure-batch-limits.md)]
3839

3940
### Cores quotas in user subscription mode
4041

4142
If you created a Batch account with pool allocation mode set to **user subscription**, quotas are applied differently. In this mode, Batch VMs and other resources are created directly in your subscription when a pool is created. The Azure Batch cores quotas do not apply to an account created in this mode. Instead, the quotas in your subscription for regional compute cores and other resources are applied. Learn more about these quotas in [Azure subscription and service limits, quotas, and constraints](../azure-subscription-service-limits.md).
4243

4344
## Pool size limits
4445

46+
Pool size limits are set by the Batch service. Unlike [resource quotas](#resource-quotas), these values cannot be changed. Only pools with inter-node communication and custom images have restrictions different from the standard quota.
47+
4548
| **Resource** | **Maximum Limit** |
4649
| --- | --- |
4750
| **Compute nodes in [inter-node communication enabled pool](batch-mpi.md)** ||
@@ -55,6 +58,8 @@ If you created a Batch account with pool allocation mode set to **user subscript
5558

5659
## Other limits
5760

61+
Additional limits set by the Batch service. Unlike [resource quotas](#resource-quotas), these values cannot be changed.
62+
5863
| **Resource** | **Maximum Limit** |
5964
| --- | --- |
6065
| [Concurrent tasks](batch-parallel-node-tasks.md) per compute node | 4 x number of node cores |

includes/azure-batch-limits.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,20 @@
55
author: laurenhughes
66
ms.service: batch
77
ms.topic: include
8-
ms.date: 10/11/2018
8+
ms.date: 05/28/2019
99
ms.author: lahugh
1010
ms.custom: include file
1111
---
1212

1313
| **Resource** | **Default limit** | **Maximum limit** |
1414
| --- | --- | --- |
1515
| Azure Batch accounts per region per subscription | 1-3 |50 |
16-
| Dedicated cores per Batch account | 10-100 | N/A<sup>1</sup> |
17-
| Low-priority cores per Batch account | 10-100 | N/A<sup>2</sup> |
18-
| Active jobs and job schedules<sup>3</sup> per Batch account | 100-300 | 1,000<sup>4</sup> |
19-
| Pools per Batch account | 20-100 | 500<sup>4</sup> |
16+
| Dedicated cores per Batch account | 90-900 | Contact support |
17+
| Low-priority cores per Batch account | 10-100 | Contact support |
18+
| **[Active](https://docs.microsoft.com/rest/api/batchservice/job/get#jobstate)** jobs and job schedules per Batch account (**completed** jobs have no limit) | 100-300 | 1,000<sup>1</sup> |
19+
| Pools per Batch account | 20-100 | 500<sup>1</sup> |
2020

2121
> [!NOTE]
22-
> Default limits vary depending on the type of subscription you use to create a Batch account. Cores quotas shown are for Batch accounts in Batch service mode. [View the quotas in your Batch account](../articles/batch/batch-quota-limit.md#view-batch-quotas).
22+
> Default limits vary depending on the type of subscription you use to create a Batch account. Cores quotas shown are for Batch accounts in Batch service mode. [View the quotas in your Batch account](../articles/batch/batch-quota-limit.md#view-batch-quotas).
2323
24-
<sup>1</sup>The number of dedicated cores per Batch account can be increased, but the maximum number is unspecified. To discuss increase options, contact Azure Support.
25-
26-
<sup>2</sup>The number of low-priority cores per Batch account can be increased, but the maximum number is unspecified. To discuss increase options, contact Azure Support.
27-
28-
<sup>3</sup>Completed jobs and job schedules aren't limited.
29-
30-
<sup>4</sup>To request an increase beyond this limit, contact Azure Support.
24+
<sup>1</sup>To request an increase beyond this limit, contact Azure Support.

0 commit comments

Comments
 (0)