Answers for "how to config wsl like ubuntu"

1

wslconfig

## Create .wslconfig in C:/Users/youruser

[wsl2]
memory=3GB   # Limits VM memory in WSL 2 up to 3GB
processors=4 # Makes the WSL 2 VM use two virtual processors
Posted by: Guest on August-10-2021
4

wsl2 ubuntu

wsl.exe --set-version Ubuntu 2
Posted by: Guest on July-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language