You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 Pro - 10.0.18363 Build 18363
git version 2.17.1
Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Running git status is VEEY slow on WSL2 using the ubuntu installed git.
If I run Windows git.exe it is extremely fast.
$ time git status
On branch master
real 0m43.340s
user 0m5.019s
sys 0m4.852s
By contrast git.exe ...
real 0m0.148s
user 0m0.001s
sys 0m0.008s
I ran strace and the slow calls are always the munmap calls - the one below takes over 5 seconds for a 28mb file.
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
See also issue 4401
Windows 10 Pro - 10.0.18363 Build 18363
git version 2.17.1
Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Running git status is VEEY slow on WSL2 using the ubuntu installed git.
If I run Windows git.exe it is extremely fast.
By contrast git.exe ...
I ran strace and the slow calls are always the munmap calls - the one below takes over 5 seconds for a 28mb file.
Any fix?
Must I resort to using the Windows git.exe instead as described here .. #4401?
The text was updated successfully, but these errors were encountered: