2012-10-15 19:06:34 -04:00
|
|
|
# System Requirements
|
|
|
|
|
2013-03-18 08:28:52 -04:00
|
|
|
Apache Solr runs of Java 7 or greater. When using Java 7, be sure to
|
2012-10-15 19:06:34 -04:00
|
|
|
install at least Update 1! With all Java versions it is strongly
|
|
|
|
recommended to not use experimental `-XX` JVM options. It is also
|
|
|
|
recommended to always use the latest update version of your Java VM,
|
2012-10-15 19:16:01 -04:00
|
|
|
because bugs may affect Solr. An overview of known JVM bugs can be
|
2013-04-14 06:44:04 -04:00
|
|
|
found on http://wiki.apache.org/lucene-java/JavaBugs.
|
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.
|