Re: OutOfMemoryError in RamUsageEstimator in solr 4.6

2013-12-16 Thread Torben Greulich
Hi Shawn, thanks for your reply. But we don't think that this is really a OOM error, because we already increased the heap to 64gb and the OOM occurs at a usage of 30-40gb. So solr would allocate more than 20gb at once. this sounds a little bit too much. Furthermore we found Lucene45DocValuesProdu

Re: OutOfMemoryError in RamUsageEstimator in solr 4.6

2013-12-16 Thread Shawn Heisey
On 12/16/2013 2:34 AM, Torben Greulich wrote: > we get a OutOfMemoryError in RamUsageEstimator and are a little bit > confused about the error. > We are using solr 4.6 and are confused about the Lucene42DocValuesProducer. > We checked current solr code and found that Lucene42NormsFormat will be > r

OutOfMemoryError in RamUsageEstimator in solr 4.6

2013-12-16 Thread Torben Greulich
Hi, we get a OutOfMemoryError in RamUsageEstimator and are a little bit confused about the error. We are using solr 4.6 and are confused about the Lucene42DocValuesProducer. We checked current solr code and found that Lucene42NormsFormat will be returned as NormFormat in Lucene46Codec and so the Lu