-
Notifications
You must be signed in to change notification settings - Fork 747
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
Question about opengrok/docker on large source data #3874
Comments
Give it a shot and you will see :) the chances are that it will work properly for your needs. If you start experiencing slow indexing, crashes, or would need more fine-grained configuration, then it would be better to run OpenGrok the "old way". |
I love the 'what could go wrong' questions :-) I guess the answer lies in https://github.com/oracle/opengrok/wiki/Tuning-for-large-code-bases Besides the obvious stuff like JVM heap (which is definitely addressable in Docker environment), you may run out of file descriptors or HTTP header space. Or simply you may find that the container does not give you enough flexibility w.r.t. configuration (in which case you might want to create your own image based on the official image). |
Yeah, that is the best way to learn.
I see. Thank you for the example :) |
@vladak
It's awesome. I'll read it.
Thank you again for detailed example. |
Hi, I'm new to OpenGrok. Could I ask a question about opengrok/docker?
As described in README#when-not-to-use-it, what could happen when running the indexer on large source data?
The text was updated successfully, but these errors were encountered: