On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote:
We are having some issues with one of our Solr instances when autowarming is
enabled. The index has about 2.2M documents and 2GB of size, so it's not
particularly big. Solr runs with "-Xmx1024M -Xms1024M".

"Big" is relative to what you are trying to do (faceting, sorting, etc).
From the stack trace it looks like a function query is the last
straw... it causes a FieldCache entry to be populated, just like
sorting would.  Depending on the number of unique terms in the field,
and the number of fields you sort on or do function queries on, it can
take quite a bit of memory.

-Yonik

Reply via email to