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

team-explorer-everywhere operates extremely slow on huge projects #361

Open
yspinner opened this issue Nov 29, 2023 · 1 comment
Open

team-explorer-everywhere operates extremely slow on huge projects #361

yspinner opened this issue Nov 29, 2023 · 1 comment

Comments

@yspinner
Copy link

I have a general Eclipse project with 96,000 text file in it.
I use Eclipse 202206 and Team-Explorer-Everywhere ver 14.139, on Java 11.
I use a VM in Azure with 2 CPU and 8GB memory (B2MS).

It takes 34 hours!!! to share that project into TFS (it is realy fast to import the project from TFS into a new workspace in Eclipse)

I tried testing with different size projects:

  1. With 1000 files -> it took 2 minutes.
  2. With 26,000 files -> it took 4 hours.
  3. I tried to use ver 14.138 to 14.135, all the same results.

It seems to go up exponentionaly has more files are in the project.
Any ideas what cuaes the issue?
Anything I can change in teh configuration to speed it up?

@eric-milles
Copy link
Collaborator

Hard to say off the top. Sharing a project is broken into multiple steps. Can you use jvisualvm or something to capture some thread dumps during the long-running stage of the process? You only need to find the thread that is running "com.microsoft.tfs" frames.

@eric-milles eric-milles changed the title Team-Explorer-Everywhere operats extrimly slow on Huge Projects team-explorer-everywhere operates extremely slow on huge projects Feb 6, 2024
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