I'm guessing (and it's only a guess) that you have some field that's a datestamp and that you're sorting on it in your warmup queries??? If so, there are possibilities.
It would help a lot if you'd tell us more about the structure of your index and what your autowarm queries look like, otherwise there's not much information here to go on.... Best Erick On Tue, May 5, 2009 at 1:00 PM, Francis Yakin <fya...@liquid.com> wrote: > > I am having frequent OutOfMemory error on our slaves server. > > SEVERE: Error during auto-warming of > key:org.apache.solr.search.queryresult...@aca6b9cb:java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 34279632, Num elements: 8569904 > SEVERE: Error during auto-warming of > key:org.apache.solr.search.queryresult...@f9947c35:java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 34431488, Num elements: 8607868 > SEVERE: Error during auto-warming of > key:org.apache.solr.search.queryresult...@d938cfa3:java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 34431488, Num elements: 8607868 > Exception in thread "[ACTIVE] ExecuteThread: '2' for queue: > 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 8208, Num elements: 8192 > Exception in thread "[ACTIVE] ExecuteThread: '5' for queue: > 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 8208, Num elements: 8192 > Exception in thread "[ACTIVE] ExecuteThread: '8' for queue: > 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 8208, Num elements: 8192 > Exception in thread "[STANDBY] ExecuteThread: '3' for queue: > 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 8208, Num elements: 8192 > Exception in thread "[ACTIVE] ExecuteThread: '13' for queue: > 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: > allocLargeObjectOrArray - Object size: 8208, Num elements: 8192 > > > We are running weblogic and java version is 1.5. > > We set the heap size to 1.5GB? > > What's the recommendation for this issue? > > Thanks > > Francis > >