Created
April 5, 2025 01:39
-
-
Save AndreKR/eb8fb8325e29fd98d9c9fd1953ed2914 to your computer and use it in GitHub Desktop.
My .wslconfig with fixes
This file contains hidden or 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
[wsl2] | |
# Fix for: | |
# Insufficient system resources exist to complete the requested service. Error code: Wsl/Service/CreateInstance/CreateVm/HCS/0x800705aa | |
# https://github.com/microsoft/WSL/issues/5231#issuecomment-1512732316 | |
processors=4 | |
# Fix for hanging WSL after wakeup from hibernation (with vmmem CPU usage): | |
# https://github.com/carlfriedrich/wsl-kernel-build/issues/1 | |
kernel=C:\\Users\\andre\\bzImage-5.15.153.2-microsoft-standard-WSL2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment