Open yspinner opened 11 months ago
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.
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:
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?