Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Regression: Commit message not being updated in GitHistoryView?

Hello Matthias,

Enable virtual memory mapping and increasing Window Cache Limit didn't improve speed. (or at least not notably. Still takes a while..).

The repository appears to be packed?:
Inline image 1

On Tue, Jan 17, 2017 at 6:58 PM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
Can you try to use virtual memory mapping for the JGit cache ?
"Preferences > Team > Git > Window Cache > Enable virtual memory mapping"

Alternatively you may try to increase the Window Cache Limit on the same preference page.

Does this speedup updating the commit message ?

Is your repository packed properly ? Select the repository in the repositories view, click "Properties"
then select the tab "Statistics". Most objects and refs should be packed. Otherwise run the garbage
collector. If you are using 4.6 or later, gc should run automatically.

-Matthias

On Tue, Jan 17, 2017 at 11:44 PM, Leo Ufimtsev <Leonidas@xxxxxxxxxx> wrote:
Hello Andrey,

Thank you for the suggestion. The tag sequence was the culprit. If I turn that off, things work.

Hmmm, if the tag sequence is making things slow, maybe start working out the tag sequence once message body and everything else is computed/displayed first?

On the SWT repo, on my quad core with 1000mbs/r/w pci-e drive it takes about 15 seconds for tag sequence to get generated.

Inline image 1



On Fri, Jan 6, 2017 at 6:36 PM, Andrey Loskutov <loskutov@xxxxxx> wrote:
Most likely tags calculation needs lot of time, so you still see the old message. Right click into the message area and disable "show tags".

Am 6. Januar 2017 21:22:47 MEZ schrieb Leo Ufimtsev <Leonidas@xxxxxxxxxx>:
>Hello,
>
>I've noticed in the last few months with the recent EGits nightlies *1,
>the
>commit message isn't getting updated in the GitHistoryView:
>[image: Inline image 1]
>
>This seems to be a bit of a blocker.
>
>I haven't found a bugzilla bug for this. Before submitting one, are you
>guys aware of this bug? Does it occur for you guys also?
>
>Thank you.
>
>[1] (I'm on 2017's nigthlies, but seen since ~October)

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov



--
Leo Ufimtsev
Software Engineer, Eclipse team.
Toronto, Canada

Red Hat, Inc.
Leonidas@xxxxxxxxxx | http://DeveloperBlog.RedHat.com/

_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/egit-dev




--
Leo Ufimtsev
Software Engineer, Eclipse team.
Toronto, Canada

Red Hat, Inc.
Leonidas@xxxxxxxxxx | http://DeveloperBlog.RedHat.com/

Back to the top