Skip to content

Commit 16a39e8

Browse files
authored
Add out of cluster quota mitigation steps
1 parent 4255e5e commit 16a39e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ We also recommend [deploying locally](#deploy-locally) to test and debug your mo
242242
This is a list of common resources that might run out of quota when using Azure services:
243243

244244
* [CPU](#cpu-quota)
245+
* [Cluster](#cluster-quota)
245246
* [Disk](#disk-quota)
246247
* [Memory](#memory-quota)
247248
* [Role assignments](#role-assignment-quota)
@@ -259,6 +260,12 @@ Before deploying a model, you need to have enough compute quota. This quota defi
259260

260261
A possible mitigation is to check if there are unused deployments that you can delete. Or you can submit a [request for a quota increase](how-to-manage-quotas.md#request-quota-increases).
261262

263+
#### Cluster quota
264+
265+
This issue will occur when you do not have enough Azure ML Compute cluster quota. This quota defines the total number of clusters that may be in use at one time per subscription to deploy CPU or GPU nodes in Azure Cloud.
266+
267+
A possible mitigation is to check if there are unused deployments that you can delete. Or you can submit a [request for a quota increase](how-to-manage-quotas.md#request-quota-increases). Make sure to select `Machine Learning Service: Cluster Quota` as the quota type for this quota increase request.
268+
262269
#### Disk quota
263270

264271
This issue happens when the size of the model is larger than the available disk space and the model is not able to be downloaded. Try a [SKU](reference-managed-online-endpoints-vm-sku-list.md) with more disk space or reducing the image and model size.

0 commit comments

Comments
 (0)