Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.43 KB

SYSTEM_REQUIREMENTS.md

File metadata and controls

32 lines (25 loc) · 1.43 KB

System Requirements

Apache Lucene runs on Java 17 or greater.

It is also recommended to always use the latest update version of your Java VM, because bugs may affect Lucene. An overview of known JVM bugs can be found on https://cwiki.apache.org/confluence/display/LUCENE/JavaBugs

With all Java versions it is strongly recommended to not use experimental -XX JVM options.

CPU, disk and memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few). The benchmarks page has some information related to performance on particular platforms.