Created
November 26, 2022 20:00
-
-
Save tinytengu/7ea2816498513b6936469d328e9bbfdb to your computer and use it in GitHub Desktop.
Some WSL2 fixes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Slow Network Fix | |
wsl --shutdown | |
Set-NetAdapterLso -Name "vEthernet (WSL)" -IncludeHidden -IPv4Enabled $False -IPv6Enabled $False | |
# Minimal Config (forward ports & limit ram) | |
[wsl2] | |
memory=2GB | |
localhostForwarding=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment