From f260a7cd8036f422e4466a59def335095a05c57f Mon Sep 17 00:00:00 2001 From: Cesar Talledo Date: Tue, 3 Oct 2023 01:37:41 -0700 Subject: [PATCH] Remove text on how to set WSL autoMemoryReclaim. (#18343) Since the WSL autoMemoryReclaim feature is experimental, the way it's configured is not yet set in stone (and has changed recently). Therefore remove the example text on how to configure it and instead refer users to the appropriate WSL webpage. Signed-off-by: Cesar Talledo --- content/desktop/wsl/_index.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/desktop/wsl/_index.md b/content/desktop/wsl/_index.md index cd7607a175..9a588da498 100644 --- a/content/desktop/wsl/_index.md +++ b/content/desktop/wsl/_index.md @@ -26,13 +26,9 @@ Before you turn on the Docker Desktop WSL 2 feature, ensure you have: >**Tip** > -> For a better experience on WSL, consider enabling the WSL `autoMemoryReclaim` feature available since WSL 1.3.10 (experimental). -> You can do this by adding the following to the `.wslconfig` file and restarting WSL. -> -> ``` -> [experimental] -> autoMemoryReclaim=true -> ``` +> For a better experience on WSL, consider enabling the WSL +> [autoMemoryReclaim](https://learn.microsoft.com/en-us/windows/wsl/wsl-config) +> setting available since WSL 1.3.10 (experimental). > > This feature causes the Windows host to better reclaim unused memory inside > the WSL virtual machine, thereby resulting in better memory availability to