You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-troubleshoot-online-endpoints.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ Below is a list of common resources that might run out of quota when using Azure
108
108
109
109
*[CPU](#cpu-quota)
110
110
*[Disk](#disk-quota)
111
+
*[Memory](#memory-quota)
111
112
*[Role assignments](#role-assignment-quota)
112
113
*[Endpoints](#endpoint-quota)
113
114
*[Kubernetes](#kubernetes-quota)
@@ -121,7 +122,12 @@ A possible mitigation is to check if there are unused deployments that can be de
121
122
122
123
#### Disk quota
123
124
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>
0 commit comments