windows - Egit very slow at handling big projects -
the problem egit/eclipse slow @ dealing big java projects (~2,000k files). slow means following on windows 7/quad core/ssd setup:
- 60 seconds drawing commit window
- another 30 s doing commit (would acceptable)
- 60 s drawing push window (changes view)
- another 120 s pushing (would acceptable, too)
- 1,620 s (27 m) synchronize between 2 branches (both have been checked out sometime)
for productive environment times not acceptable. don't think i'm doing wrong, because testing on new project results in "real world" performance.
is usual?
i find egit synchronize slow on large/medium size project. thought may have number of untracked files in local repository not case.
each branch on java project @ least 2000 java files, not accounting resource, presentation layer artifacts.
i did not find similar issues git command line on windows (mingw), git status/diff or command matter.
Comments
Post a Comment