Skip to content

Instantly share code, notes, and snippets.

@reinaldocoelho
Last active February 7, 2024 19:04
Show Gist options
  • Save reinaldocoelho/37371624ebc68a57f33d40da78ccd483 to your computer and use it in GitHub Desktop.
Save reinaldocoelho/37371624ebc68a57f33d40da78ccd483 to your computer and use it in GitHub Desktop.
Configuração de WSL no windows.
## CONFIG DO WSL2 para limitar memória (Parou de existir)
## vim %UserProfile%\.wslconfig
[wsl2]
memory=6GB
swap=0
localhostForwarding=true
## Para instalar X no WSL2:
## Mais: https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment