@@ -9,10 +9,10 @@ A WSL distribution designed for easy 'plug and play' usage with [Containerlab](h
9
9
> [ Download] ( https://github.com/microsoft/WSL/releases/tag/2.4.4 )
10
10
11
11
12
- | ** OS ** | ** Supported** | ** VM-based NOSes** |
13
- | :----------: | --------------- | -------------------- |
14
- | Windows 10 | Yes | No |
15
- | Windows 11 | Yes | Yes |
12
+ | OS | Supported | VM-based NOSes |
13
+ | :--------: | : ---------: | : ------------: |
14
+ | Windows 10 | Yes | No |
15
+ | Windows 11 | Yes | Yes |
16
16
17
17
We recommend using Windows Terminal for the best experience:
18
18
- Windows 11 users: Windows Terminal is installed by default.
@@ -182,11 +182,11 @@ for more information about vrnetlab.
182
182
183
183
WSL2 runs as a VM. By default allocated resources are:
184
184
185
- | ** Resource** | ** Default value** | **Description** |
186
- |:------------:| ----------------------| --------------------------------------------------------------------------------------------------------------------- |
187
- | vCPU | Logical thread count | If your processor has 8 cores and 16 threads, WSL2 will assign 16 threads to the WSL VM |
188
- | RAM | 50% of system memory | If you have 32Gb of RAM on your system, WSL will allocate 16Gb to the WSL VM. |
189
- | Disk | 1Tb | Regardless of disk size, the WSL VM will have a VHD with a maximum size of 1Tb. The disk is thin/sparse provisioned. |
185
+ | Resource | Default value | Description |
186
+ | :------: | -------------------- | : ---------- |
187
+ | vCPU | Logical thread count | If your processor has 8 cores and 16 threads, WSL2 will assign 16 threads to the WSL VM. |
188
+ | RAM | 50% of system memory | If you have 32Gb of RAM on your system, WSL will allocate 16Gb to the WSL VM. |
189
+ | Disk | 1Tb | Regardless of disk size, the WSL VM will have a VHD with a maximum size of 1Tb. The disk is thin/sparse provisioned. |
190
190
191
191
Despite the fairly generous resource allocation by default. WSL2 will not use
192
192
100% of the assigned resources.
0 commit comments