This file contains 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
# Settings apply across all Linux distros running on WSL 2 | |
[wsl2] | |
# Limits VM memory to use no more than 4 GB, this can be set as whole numbers using GB or MB | |
memory=4GB | |
# Sets the VM to use two virtual processors | |
processors=2 | |
# Sets amount of swap storage space to none, default is 25% of available RAM |
This file contains 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
[credential "https://dev.azure.com"] | |
useHttpPath = true | |
[credential] | |
helper = /mnt/c/Program\\ Files/Git/mingw64/bin/git-credential-manager.exe | |
[credential "https://github.com"] | |
username = macel94 |