Created
September 24, 2022 20:54
-
-
Save AbhimanyuAryan/ea51c249ce90b736e8eb35908a44c5cf to your computer and use it in GitHub Desktop.
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 | |
# Can see memory in wsl2 with "free -m" | |
# Goes in windows home directory as .wslconfig | |
[wsl2] | |
# Limits VM memory to use no more than 48 GB, defaults to 50% of ram | |
memory=8GB | |
# Sets the VM to use 8 virtual processors | |
processors=4 | |
# Sets the amount of swap storage space to 8GB, default is 25% of available RAM | |
swap=16GB | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment