Skip to content

Commit 48ca05c

Browse files
author
Ben Hillis
authored
Update release-notes.md
1 parent f46bfb9 commit 48ca05c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

WSL/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ For general Windows information on build 19013 visit the [Windows blog](https://
1919
* [WSL2] Update kernel version to 4.19.79. (add CONFIG_HIGH_RES_TIMERS, CONFIG_TASK_XACCT, CONFIG_TASK_IO_ACCOUNTING, CONFIG_SCHED_HRTICK, and CONFIG_BRIDGE_VLAN_FILTERING).
2020
* [WSL2] Fix input relay to handle cases where stdin is a pipe handle that is not closed [GH 4424]
2121
* Make the check for \\\\wsl$ case-insensitive.
22+
```
23+
[wsl2]
24+
pageReporting = <bool> # Enable or disable the free memory page reporting feature (default true).
25+
idleThreshold = <integer> # Set the idle threshold for memory compaction, 0 disables the feature (default 1).
26+
```
2227

2328
## Build 19002
2429
For general Windows information on build 19002 visit the [Windows blog](https://blogs.windows.com/windowsexperience/2019/10/17/announcing-windows-10-insider-preview-build-19002/).
@@ -41,7 +46,6 @@ For general Windows information on build 18995 visit the [Windows blog](https://
4146
```
4247
[wsl2]
4348
kernelCommandLine = <string> # Additional kernel command line arguments
44-
4549
```
4650

4751
## Build 18990

0 commit comments

Comments
 (0)