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
Generating history cache for some of our Git repositories takes very long time...
Using OpenGrok 1.3.16 / Openjdk 11.0.7 / Tomcat 9.0.36 on our docker image.
What are the various way OpenGrok could offer to speed up this runtime?
finetune hard resources (memory size, # of CPUs)? how?
run history cache in background while file indexinf is run?
...
My branch containing that work was really trying to massively speed up history, since FreeBSD history takes f-o-r-e-v-e-r to manage by OpenGrok since OpenGrok's data model copies commit contents (dates + commit message) to every affected file separately — and FreeBSD commits and merges very often touch thousands of files. The branch is still a work-in-progress and idle for a year, but maybe I can extract the octopus handling from it, which would solve your issue too.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Generating history cache for some of our Git repositories takes very long time...
Using OpenGrok 1.3.16 / Openjdk 11.0.7 / Tomcat 9.0.36 on our docker image.
What are the various way OpenGrok could offer to speed up this runtime?
My branch containing that work was really trying to massively speed up history, since FreeBSD history takes f-o-r-e-v-e-r to manage by OpenGrok since OpenGrok's data model copies commit contents (dates + commit message) to every affected file separately — and FreeBSD commits and merges very often touch thousands of files. The branch is still a work-in-progress and idle for a year, but maybe I can extract the octopus handling from it, which would solve your issue too.
Originally posted by @idodeclare in #3166 (comment)
The text was updated successfully, but these errors were encountered: