mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

High cp usage #18

Closed ztrange closed 7 years ago

ztrange commented 7 years ago

If I use WSL as standalone bash.exe, I get an average of 0.00 cpu percentage usage for conhost process. But If I try using bash (mintty?) inside wsl-terminal, I get an average of 24 cpu percentage usage per conhost process.

I have WSL Build 15007 and usually keep my ubuntu up to date. I just installed wsl-terminal 0.6.6

Here is with standalone bash.exe: (I am running three instances of bash.exe and even running a mongod server service) image

Here is the same environment with wsl-terminal: image

There it reports ~60% of constant CPU usage and I am only running one tab (bash) inside wsl-terminal, no services running on WSL and no other difference with the previous scenario.

Related issue on BashOnWindows: https://github.com/Microsoft/BashOnWindows/issues/1618