We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795af87 commit ee28dceCopy full SHA for ee28dce
Setup.ps1
@@ -73,6 +73,7 @@ $SymLinks = @{
73
"$Env:USERPROFILE\.gitconfig" = ".\home\.gitconfig"
74
"$Env:USERPROFILE\.czrc" = ".\home\.czrc"
75
"$Env:USERPROFILE\.bashrc" = ".\home\.bashrc"
76
+ "$Env:USERPROFILE\.wslconfig" = ".\home\.wslconfig"
77
}
78
79
home/.wslconfig
@@ -0,0 +1,13 @@
1
+[wsl2]
2
+
3
+memory=4GB
4
+processors=4
5
+swap=8GB
6
+swapfile=G:\\wsl\\swap\\swap.vhdx
7
+networkingMode=mirrored
8
9
+[experimental]
10
+autoMemoryReclaim=dropcache
11
+bestEffortDnsParsing=true
12
+dnsTunnelingIpAddress=10.2.0.1 # Proton VPN
13
+hostAddressLoopback=true
0 commit comments