jayunit100
jayunit100

Reputation: 17648

Solr on low memory

Hi Guys : I have a massive index that is useful for some data mining related tasks. How slow is SOLR when it runs on a memory footprint that would be about 5% of the total index size ? In general, are there guidelines for "what" SOLR needs its memory for, and how much memory we generally should have for an index of a given size ?

Note that this index is unsharded and not necessary for super fast real time performance

Upvotes: 0

Views: 783

Answers (2)

jpountz
jpountz

Reputation: 9964

Lucene/Solr committer Grant Ingersoll has published a spreadsheet to compute disk and memory requirements for Solr. See http://www.lucidimagination.com/blog/2011/09/14/estimating-memory-and-storage-for-lucenesolr/.

Upvotes: 2

arvind_cool
arvind_cool

Reputation: 293

See if the below link is useful

http://wiki.apache.org/solr/SolrPerformanceFactors

Upvotes: 0

Related Questions