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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,11 @@ A possible mitigation is to check if there are unused deployments that can be de
123
123
#### Disk quota
124
124
125
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 [SKU](https://docs.microsoft.com/en-us/azure/machine-learning/reference-managed-online-endpoints-vm-sku-list) with more disk space
127
+
* Try reducing image and model size
126
128
127
129
#### 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
-
130
+
This issue happens when the memory footprint of the model is larger than the available memory. Try a [SKU](https://docs.microsoft.com/en-us/azure/machine-learning/reference-managed-online-endpoints-vm-sku-list) with more memory.<br>
0 commit comments