Re: eui slow under WSL+Jammy
- Posted by ghaberek (admin) in March
- 697 views
axtens_bruce said...
This is Windows Services for Linux running Ubuntu Jammy. Running eui invariably takes over 15 seconds to do anything. Has anyone seen this and is there a known fix?
Make sure your PATH inside WSL doesn't include your Windows PATH variables, which I believe is the default.
Add appendWindowsPath=false to your /etc/wsl.conf inside WSL (repeat for each WSL instance if you have several).
[interop] appendWindowsPath=false
Reference: https://learn.microsoft.com/en-us/windows/wsl/wsl-config#interop-settings
-Greg