Skip to content

Commit 87885ea

Browse files
authored
Merge pull request #189539 from raghutillu/main
TSG update for OOM issue in AML
2 parents c5a53ef + 4027c50 commit 87885ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Below is a list of common resources that might run out of quota when using Azure
108108

109109
* [CPU](#cpu-quota)
110110
* [Disk](#disk-quota)
111+
* [Memory](#memory-quota)
111112
* [Role assignments](#role-assignment-quota)
112113
* [Endpoints](#endpoint-quota)
113114
* [Kubernetes](#kubernetes-quota)
@@ -121,7 +122,12 @@ A possible mitigation is to check if there are unused deployments that can be de
121122

122123
#### Disk quota
123124

124-
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 an SKU with more disk space.
125+
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 with more disk space.
126+
* Try a [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md) with more disk space
127+
* Try reducing image and model size
128+
129+
#### Memory quota
130+
This issue happens when the memory footprint of the model is larger than the available memory. Try a [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md) with more memory.<br>
125131

126132
#### Role assignment quota
127133

0 commit comments

Comments
 (0)