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
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:
With 1000 files -> it took 2 minutes.
With 26,000 files -> it took 4 hours.
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?
The text was updated successfully, but these errors were encountered:
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
changed the title
Team-Explorer-Everywhere operats extrimly slow on Huge Projectsteam-explorer-everywhere operates extremely slow on huge projects
Feb 6, 2024
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?
The text was updated successfully, but these errors were encountered: