Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Created October 28, 2024 00:44
Show Gist options
  • Save sidneyspe/a4b0f154d204a9bedd56d238ae9c433c to your computer and use it in GitHub Desktop.
Save sidneyspe/a4b0f154d204a9bedd56d238ae9c433c to your computer and use it in GitHub Desktop.
WSL2 Config
[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