From c70825d5cd37cce24b11425e4cbce40982de133c Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:07:34 -0800 Subject: [PATCH] tighten lower bound --- docs/tutorials/gcp_gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/gcp_gpu.md b/docs/tutorials/gcp_gpu.md index f79a5be8..73d26b97 100644 --- a/docs/tutorials/gcp_gpu.md +++ b/docs/tutorials/gcp_gpu.md @@ -34,7 +34,7 @@ instance section, ensure that your VM has the following properties: * In the **Boot disk** section, click the **Change** button: 1. In the **Operating System** option, choose **Ubuntu**. 2. In the **Version** option, choose **20.04 LTS**. - 3. In the **Size** field, enter **100** (minimum known to be sufficient). + 3. In the **Size** field, enter **40** (minimum). * The instructions above override steps 3 through 5 in the [Create a Linux VM instance](https://cloud.google.com/compute/docs/quickstart-linux) Quickstart.