You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Walter Underwood <wu...@netflix.com> on 2008/11/26 01:56:41 UTC

Increased garbage with Solr 1.3?

We are moving from Solr 1.1 to 1.3, and have noticed that 1.3 is working
the garbage collector a lot more. Has anyone else seen this?

wunder


Re: Increased garbage with Solr 1.3?

Posted by Walter Underwood <wu...@netflix.com>.
Searching. No facets, but fuzzy matching. --wunder

On 11/25/08 5:08 PM, "Yonik Seeley" <yo...@apache.org> wrote:

> On Tue, Nov 25, 2008 at 7:56 PM, Walter Underwood
> <wu...@netflix.com> wrote:
>> We are moving from Solr 1.1 to 1.3, and have noticed that 1.3 is working
>> the garbage collector a lot more. Has anyone else seen this?
> 
> During indexing or searching?
> Indexing uses the SolrDocument class as an intermediate form, so that
> would cause some greater GC there (actually, there have been a ton of
> indexing related changes in Lucene too).  Not too much comes to mind
> for searching though.
> 
> -Yonik


Re: Increased garbage with Solr 1.3?

Posted by Yonik Seeley <yo...@apache.org>.
On Tue, Nov 25, 2008 at 7:56 PM, Walter Underwood
<wu...@netflix.com> wrote:
> We are moving from Solr 1.1 to 1.3, and have noticed that 1.3 is working
> the garbage collector a lot more. Has anyone else seen this?

During indexing or searching?
Indexing uses the SolrDocument class as an intermediate form, so that
would cause some greater GC there (actually, there have been a ton of
indexing related changes in Lucene too).  Not too much comes to mind
for searching though.

-Yonik