Skip to content

Commit b2461e0

Browse files
authored
Merge pull request #204043 from w-azure/winona-tip
Restored 1.1 tip, changed 1.2 instead
2 parents 629869a + 0c2c394 commit b2461e0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

includes/iot-edge-install-linux-on-windows.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ Install IoT Edge for Linux on Windows on your target device.
4848
>[!TIP]
4949
>By default, the `Deploy-Eflow` command creates your Linux virtual machine with 1 GB of RAM, 1 vCPU core, and 16 GB of disk space. However, the resources your VM needs are highly dependent on the workloads you deploy. If your VM does not have sufficient memory to support your workloads, it will fail to start.
5050
>
51-
>You can customize the virtual machine's available resources using the `Deploy-Eflow` command's optional parameters. This is required to deploy EFLOW on a device with the minimum hardware requirements.
51+
>You can customize the virtual machine's available resources using the `Deploy-Eflow` command's optional parameters.
5252
>
53-
>For example, the command below creates a virtual machine with 1 vCPU core, 1 GB of RAM (represented in MB), and 2 GB of disk space:
53+
>For example, the command below creates a virtual machine with 4 vCPU cores, 4 GB of RAM (represented in MB), and 20 GB of disk space:
5454
>
5555
> ```powershell
56-
> Deploy-Eflow -cpuCount 1 -memoryInMB 1024 -vmDiskSize 2
56+
> Deploy-Eflow -cpuCount 4 -memoryInMB 4096 -vmDiskSize 20
5757
> ```
58-
>Note: `vmDataSize` is a new parameter intriduced in the EFLOW CR version.
5958
>
6059
>For information about all the optional parameters available, see [PowerShell functions for IoT Edge for Linux on Windows](../articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md#deploy-eflow).
6160
@@ -194,17 +193,16 @@ Install IoT Edge for Linux on Windows on your target device.
194193
```
195194

196195
>[!TIP]
197-
>By default, the `Deploy-Eflow` command creates your Linux virtual machine with 1 GB of RAM, 1 vCPU core, and 10 GB of data parition. However, the resources your VM needs are highly dependent on the workloads you deploy. If your VM does not have sufficient memory to support your workloads, it will fail to start.
196+
>By default, the `Deploy-Eflow` command creates your Linux virtual machine with 1 GB of RAM, 1 vCPU core, and 16 GB of disk space. However, the resources your VM needs are highly dependent on the workloads you deploy. If your VM does not have sufficient memory to support your workloads, it will fail to start.
198197
>
199-
>You can customize the virtual machine's available resources using the `Deploy-Eflow` command's optional parameters.
198+
>You can customize the virtual machine's available resources using the `Deploy-Eflow` command's optional parameters. This is required to deploy EFLOW on a device with the minimum hardware requirements.
200199
>
201-
>For example, the command below creates a virtual machine with 4 vCPU cores, 4 GB of RAM (represented in MB), and 20 GB of data partition:
200+
>For example, the command below creates a virtual machine with 1 vCPU core, 1 GB of RAM (represented in MB), and 2 GB of disk space:
202201
>
203202
> ```powershell
204-
> Deploy-Eflow -cpuCount 4 -memoryInMB 4096 -vmDataSize 20
203+
> Deploy-Eflow -cpuCount 1 -memoryInMB 1024 -vmDiskSize 2
205204
> ```
206-
>
207-
>**Note:** _vmDataSize_ is a new parameter introduced in EFLOW CR version.
205+
>Note: `vmDataSize` is a new parameter intriduced in the EFLOW CR version.
208206
>
209207
>For information about all the optional parameters available, see [PowerShell functions for IoT Edge for Linux on Windows](../articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md#deploy-eflow).
210208

0 commit comments

Comments
 (0)