WSL2 使用 Window 的网络
在 "C:\Users\xxx.wslconfig"中写入以下内容然后保存:
[experimental] autoMemoryReclaim=gradual # 可以在 gradual 、dropcache 、disabled 之间选择 networkingMode=mirrored dnsTunneling=true firewall=true autoProxy=true sparseVhd=true
端口自动转发
localhostForwarding=true
启用稀疏 VHD 允许 WSL2 的硬盘空间自动回收
在终端运行:
wsl --manage Ubuntu --set-sparse true