up vote 4 down vote favorite
2
share [g+] share [fb]

I use solr in my application, there is just hundreds of documents. the memory usage is about 80M, how to reduce it?

link|improve this question

61% accept rate
feedback

1 Answer

up vote 6 down vote accepted

80M is not much, in fact it's pretty much the mininum, you won't go much lower than that.

Some factors that affect memory usage:

  • Input document size
  • Multi-threaded document updates
  • Cache size
  • Facet queries
  • Sorting

References:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.