OpenGrok Docker Configuration Challenges #4683
Unanswered
exwindchiller
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed & launched OpenGrok Docker five years ago without much problem. I have reinstalled it on a new server and there is no end to the confusion on how to get it working. I have a pipeline job that updates the 650 Git repos in 150 projects hourly.
I would like to disable OpenGrok from trying to perform any git operations. I don't want it continually trying to reindex. I can reindex it nightly. The server has the same memory as the old one, which never had memory problems. The new server is getting memory errors. I have increased -Xmx, but it is not fixed. I think the problem is the configuration.xml has mergeCommitsEnabled for every repo, even tho docs say it defaults false. I have changed all to false, but something reverts them.
I found docs indicating there is a repo-wide setting to disable this, but it is not clear how. I can only find bits & pieces of docs scattered about. I have not installed the Pythons wrappers because I do not want to create conflicts with another Python sensitive process that runs on all repos. I also tried to disable the suggester to save memory, but none of the below read-only.xml seems to work.
I am launching opengrok with: (I'm sure this contains many incorrect args, but I don't know what is correct.)
I am launching indexing with:
There a bunch of perforce errors cluttering the log. I would like to disable all repo interactions, except maybe git.
Beta Was this translation helpful? Give feedback.
All reactions