You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WSL/wsl-config.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,6 @@ This file can contain the following options that affect the VM that powers any W
229
229
|`safeMode`*| boolean |`false`| Run WSL in "Safe Mode" which disables many features and is intended to be used to recover distributions that are in bad states. Only available for Windows 11 and WSL version 0.66.2+. |
230
230
|`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. |
231
231
|`swapFile`| path |`%USERPROFILE%\AppData\Local\Temp\swap.vhdx`| An absolute Windows path to the swap virtual hard disk. |
232
-
|`pageReporting`| boolean |`true`| Default `true` setting enables Windows to reclaim unused memory allocated to WSL 2 virtual machine. |
233
232
|`guiApplications`| boolean |`true`| Boolean to turn on or off support for GUI applications ([WSLg](https://github.com/microsoft/wslg)) in WSL. |
234
233
|`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. |
235
234
|`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. |
0 commit comments