OpenGrok 1.13.+ ceases to respond several times a day (freezes) #4812
Unanswered
shusterboris
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
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to migrate OpenGrok from version 1.8 to 1.13.25 and encountered an issue where OpenGrok freezes several times a day. At the same time, the suggester also stops working for certain projects (service returns response 200 and empty result's list). I suspect this issue is related to the size of the projects, as everything works fine for smaller ones.
In the logs, I repeatedly noticed
Heap OutOfMemory
errors from the Suggester just before OpenGrok hangs. Additionally, I saw log entries like the following:These messages appear after the reindexing of the project is launched and continue for several hours until the system freezes.
It seems that the suggester is unable to complete its work and continues running until it exhausts the available memory. However, the suggester files do exist and appear to be the correct size. I have several similar projects (slightly smaller), and they do not exhibit this issue.
The project is running inside a Docker container on a VM with an 8-core CPU and 64 GB of RAM, using Red Hat 8.
I am using docker-compose like this.
Beta Was this translation helpful? Give feedback.
All reactions