Created
October 28, 2024 00:44
-
-
Save sidneyspe/a4b0f154d204a9bedd56d238ae9c433c to your computer and use it in GitHub Desktop.
WSL2 Config
This file contains hidden or 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
[wsl2] | |
memory=30GB # limita a memória da VM. | |
processors=14 # limita o uso da VM para 14 processadores virtuais | |
dnsTunneling=true | |
autoProxy=true | |
networkingMode=mirrored | |
useWindowsDnsCache=true | |
[experimental] | |
autoMemoryReclaim=gradual | |
sparseVhd=true | |
hostAddressLoopback=true | |
bestEffortDnsParsing=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment