Skip to content

Commit c396fa4

Browse files
Update how-to-manage-compute-instance.md
the article states 1-2 GB as the minimum space however it is 5 GB as indicated here : https://learn.microsoft.com/en-us/azure/machine-learning/concept-compute-instance?view=azureml-api-2 also confirmed this with dev yanshen
1 parent 8de853c commit c396fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-manage-compute-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can [enable automatic shutdown](how-to-create-compute-instance.md#configure-
6464
You can also [create a schedule](how-to-create-compute-instance.md#schedule-automatic-start-and-stop) for the compute instance to automatically start and stop based on a time and day of week.
6565

6666
> [!TIP]
67-
> The compute instance has 120GB OS disk. If you run out of disk space, [use the terminal](how-to-access-terminal.md) to clear at least 1-2 GB before you stop or restart the compute instance. Please do not stop the compute instance by issuing sudo shutdown from the terminal. The temp disk size on compute instance depends on the VM size chosen and is mounted on /mnt.
67+
> The compute instance has 120GB OS disk. If you run out of disk space, [use the terminal](how-to-access-terminal.md) to clear at least 5 GB before you stop or restart the compute instance. Please do not stop the compute instance by issuing sudo shutdown from the terminal. The temp disk size on compute instance depends on the VM size chosen and is mounted on /mnt.
6868
6969
# [Python SDK](#tab/python)
7070

0 commit comments

Comments
 (0)