Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many git processes can be spawned at startup #29

Open
roblourens opened this issue Apr 3, 2017 · 1 comment
Open

Many git processes can be spawned at startup #29

roblourens opened this issue Apr 3, 2017 · 1 comment

Comments

@roblourens
Copy link

roblourens commented Apr 3, 2017

From microsoft/vscode#23773

  • Open a large git repo in vscode (here, chromium)
  • Quickly after opening vscode, make an edit, save the file
    • Repeat making an edit and saving several times

Git processes are spawned without limit:

image

.gitignore is the file I was editing. I think another one is spawned each time I save the file. My computer is slow and my tunes start skipping (my main motivation for investigating).

They run for a very long time. I close that vscode window, and they are still running a minute or more later.

Only reproes if I do this right after opening the vscode window. I can't repro it later.

@Sertion
Copy link

Sertion commented May 1, 2017

I have taken some steps to mitigate this problem with the release of 1.7.0. I got better performance results in my environment.

Is this still an issue for you with the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants