Skip to content

Commit

Permalink
Update wsl-config.md (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft committed Apr 16, 2024
1 parent a2de45c commit 5f95e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSL/wsl-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This file can contain the following options that affect the VM that powers any W
| swap | size | 25% of memory size on Windows rounded up to the nearest GB | How much swap space to add to the WSL 2 VM, 0 for no swap file. Swap storage is disk-based RAM used when memory demand exceeds limit on hardware device. |
| swapFile | path | `%USERPROFILE%\AppData\Local\Temp\swap.vhdx` | An absolute Windows path to the swap virtual hard disk. |
| pageReporting | boolean | `true` | Default `true` setting enables Windows to reclaim unused memory allocated to WSL 2 virtual machine. |
| guiApplications | boolean* | `true` | Boolean to turn on or off support for GUI applications ([WSLg](https://github.com/microsoft/wslg)) in WSL. Only available for Windows 11.|
| guiApplications | boolean | `true` | Boolean to turn on or off support for GUI applications ([WSLg](https://github.com/microsoft/wslg)) in WSL.|
| debugConsole | boolean* | `false` | Boolean to turn on an output console Window that shows the contents of `dmesg` upon start of a WSL 2 distro instance. Only available for Windows 11.|
| nestedVirtualization | boolean* | `true` | Boolean to turn on or off nested virtualization, enabling other nested VMs to run inside WSL 2. Only available for Windows 11.|
| vmIdleTimeout | number* | `60000` | The number of milliseconds that a VM is idle, before it is shut down. Only available for Windows 11.|
Expand Down

0 comments on commit 5f95e33

Please sign in to comment.