Re: OOM when autowarming is enabled

2007-07-25 Thread Yonik Seeley
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: >> This turn out to be a bad idea ... for some reason using the >> BoostQuery instead >> of the BoostFunction slows the search to a crawl. > > Dismax throws bq in with the mai

Re: OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Yonik Seeley wrote: On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: This turn out to be a bad idea ... for some reason using the BoostQuery instead of the BoostFunction slows the search to a crawl. Dismax throws bq in with the main query, so it can't really be cached separately, so iteratin

Re: OOM when autowarming is enabled

2007-07-25 Thread Yonik Seeley
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: Luis Neves wrote: > The objective is to boost the documents by "freshness" ... this is > probably the cause of the memory abuse since all the "EntryDate" values > are unique. > I will try to use something like: > EntryDate:[* TO NOW/DAY-3MONTH]^

Re: OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Luis Neves wrote: The objective is to boost the documents by "freshness" ... this is probably the cause of the memory abuse since all the "EntryDate" values are unique. I will try to use something like: EntryDate:[* TO NOW/DAY-3MONTH]^1.5 This turn out to be a bad idea ... for some reason u

Re: OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Yonik Seeley wrote: 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

Re: OOM when autowarming is enabled

2007-07-25 Thread Yonik Seeley
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 tryin

Re: OOM when autowarming is enabled

2007-07-25 Thread Otis Gospodnetic
Luis, This will help you spot the source of the OOM: $ jps $ jmap -histo:live | head -20 Do that a few times while auto-warming is happening and you'll see what's growing. I'm assuming you are using java 1.6. Otis -- Lucene Consulting -- http://lucene-consulting.com/ - Original Message