Skip to content

Commit b85912b

Browse files
author
Raghu Ramaswamy
committed
Addressing vm sku list in TSG
1 parent bb20908 commit b85912b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@ A possible mitigation is to check if there are unused deployments that can be de
123123
#### Disk quota
124124

125125
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
126128

127129
#### 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>
130131

131132
#### Role assignment quota
132133

0 commit comments

Comments
 (0)