Re: OutOfMemory on 28 docs with facet.method=fc/fcs

2014-11-18 Thread Mohsin Beg Beg
Sent: Tuesday, November 18, 2014 2:45:46 PM GMT -08:00 US/Canada Pacific Subject: Re: OutOfMemory on 28 docs with facet.method=fc/fcs On 11/18/2014 3:06 PM, Mohsin Beg Beg wrote: > Looking at SimpleFacets.java, doesn't fc/fcs iterate only over the DocSet for > the fields. So assuming eac

RE: OutOfMemory on 28 docs with facet.method=fc/fcs

2014-11-18 Thread Toke Eskildsen
Mohsin Beg Beg [mohsin@oracle.com] wrote: > Looking at SimpleFacets.java, doesn't fc/fcs iterate only over the DocSet for > the fields. To get the seed for the concrete faceting resolving, yes. That still leaves the mapping and the counting structures. > So assuming each field has a unique

Re: OutOfMemory on 28 docs with facet.method=fc/fcs

2014-11-18 Thread Shawn Heisey
On 11/18/2014 3:06 PM, Mohsin Beg Beg wrote: > Looking at SimpleFacets.java, doesn't fc/fcs iterate only over the DocSet for > the fields. So assuming each field has a unique term across the 28 rows, a > max of 28 * 15 unique small strings (<100bytes), should be in the order of > 1MB. For 100 co

Re: OutOfMemory on 28 docs with facet.method=fc/fcs

2014-11-18 Thread Mohsin Beg Beg
t...@statsbiblioteket.dk To: solr-user@lucene.apache.org Sent: Tuesday, November 18, 2014 12:34:08 PM GMT -08:00 US/Canada Pacific Subject: RE: OutOfMemory on 28 docs with facet.method=fc/fcs Mohsin Beg Beg [mohsin@oracle.com] wrote: > I am getting OOM when faceting on numFound=28.

RE: OutOfMemory on 28 docs with facet.method=fc/fcs

2014-11-18 Thread Toke Eskildsen
Mohsin Beg Beg [mohsin@oracle.com] wrote: > I am getting OOM when faceting on numFound=28. The receiving > solr node throws the OutOfMemoryError even though there is 7gb > available heap before the faceting request was submitted. fc and fcs faceting memory overhead is (nearly) independent on t