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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,13 +340,15 @@ These settings affect the VM that powers any WSL 2 distribution.
340
340
| key | value | default | notes|
341
341
|:----|:----|:----|:----|
342
342
| kernel | string | The Microsoft built kernel provided inbox | An absolute Windows path to a custom Linux kernel. |
343
-
| memory | size | 80% of your total memory on Windows | How much memory to assign to the WSL 2 VM. |
343
+
| memory | size | 80% of your total memory on Windows * | How much memory to assign to the WSL 2 VM. |
344
344
| processors | number | The same number of processors on Windows | How many processors to assign to the WSL 2 VM. |
345
345
| localhostForwarding | boolean |`true`| Boolean specifying if ports bound to wildcard or localhost in the WSL 2 VM should be connectable from the host via localhost:port. |
0 commit comments