Skip to content

Instantly share code, notes, and snippets.

@AndreKR
Created April 5, 2025 01:39
Show Gist options
  • Save AndreKR/eb8fb8325e29fd98d9c9fd1953ed2914 to your computer and use it in GitHub Desktop.
Save AndreKR/eb8fb8325e29fd98d9c9fd1953ed2914 to your computer and use it in GitHub Desktop.
My .wslconfig with fixes
[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