oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.34k stars 745 forks source link

Indexer docs for large repos out of date #2707

Closed amckenna-pinterest closed 5 years ago

amckenna-pinterest commented 5 years ago

https://github.com/oracle/opengrok/wiki/Tuning-for-large-code-bases

The indexer flags given here do not work:

indexer.py -J=-Xmx8g -J=-d64 -J=-server -m 256

Specifically, the -m 256 throws an error. I think indexer.py was also changed to opengrok-indexer recently.

vladak commented 5 years ago

The indexer options need to be separated from the Java options using -- when running via Python wrapper.

I fixed the wiki. Thanks !