Skip to content

Instantly share code, notes, and snippets.

@tinytengu
Created November 26, 2022 20:00
Show Gist options
  • Save tinytengu/7ea2816498513b6936469d328e9bbfdb to your computer and use it in GitHub Desktop.
Save tinytengu/7ea2816498513b6936469d328e9bbfdb to your computer and use it in GitHub Desktop.
Some WSL2 fixes
# 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