-
Notifications
You must be signed in to change notification settings - Fork 53
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
JGit garbage collection is slow #108
Comments
@Phillipus hi, "same procedure as every year" i tend to code a little. On the one hand getting a confined eclipse snap to work, which is no matter for here. Let me say, that i saw a lot good from you in the eclipse community. On the other hand, i've been trying to poc my thoughts about getting around of jgit/egit, which have a lot of impact on my day2day. Especially because of slowness, see the other thread earlier: archimatetool/archi-modelrepository-plugin2#11 (comment) How has your idea evolved in the meanwhile - is coArchi2 the (only) way to go ? IIRC git would not be on the shortlist of sharing platforms with some mixed implications. My simple (maybe naive) proposal was started here: eclipse-egit/egit#47 There is nothing but trying here: Your reply would be very welcome. Cheers. |
Hi, this issue is about the possibility of JGit being slow when garbage collecting. Let's keep it to that. However:
|
@Phillipus cool. i guess with a smaller set of files jgit gc will be less greedy. sorry for being the stubborn one; p.s. just looking through credential handling in coarchi and how the git-cli offers helpers. that is a descent puzzle to keep me busy. |
More of a heads up than bug report.
I hit "Refresh" (Pull) and the dialog was stuck for a long time. A debug trace showed that JGit was garbage collecting. Very slowly. I let it do its thing and it got there in the end. This was with JGit 4.11 and 5.3.0.
The text was updated successfully, but these errors were encountered: