2012-10-15 19:06:34 -04:00
|
|
|
# System Requirements
|
|
|
|
|
2014-11-20 17:47:21 -05:00
|
|
|
Apache Solr runs of Java 8 or greater.
|
2014-04-17 05:34:24 -04:00
|
|
|
|
|
|
|
It is also recommended to always use the latest update version of your
|
|
|
|
Java VM, because bugs may affect Solr. An overview of known JVM bugs
|
|
|
|
can be found on http://wiki.apache.org/lucene-java/JavaBugs
|
|
|
|
|
|
|
|
With all Java versions it is strongly recommended to not use experimental
|
|
|
|
`-XX` JVM options.
|
2012-10-15 19:06:34 -04:00
|
|
|
|
|
|
|
CPU, disk and memory requirements are based on the many choices made in
|
2012-10-15 19:16:01 -04:00
|
|
|
implementing Solr (document size, number of documents, and number of
|
2012-10-15 19:06:34 -04:00
|
|
|
hits retrieved to name a few). The benchmarks page has some information
|
|
|
|
related to performance on particular platforms.
|