Skip to content

Commit bb20908

Browse files
author
Raghu Ramaswamy
committed
TSG update for OOM issue in AML
1 parent aad9834 commit bb20908

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 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,11 @@ 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+
127+
#### Memory quota
128+
This issue happens when the memory footprint of the model is larger than the available memory. Try a SKU with more memory.
129+
125130

126131
#### Role assignment quota
127132

0 commit comments

Comments
 (0)