Re: OutOfMemoryError while merging large indexes

2014-04-12 Thread Furkan KAMACI
Hi; According to Sun, the error happens "if too much time is being spent in garbage collection: if more than 98% of the total time is spent in garbage collection and less than 2% of the heap is recovered, an OutOfMemoryError will be thrown.". Specifying more memory should be helpful. On the other

Re: OutOfMemoryError while merging large indexes

2014-04-08 Thread Haiying Wang
From: François Schiettecatte To: solr-user@lucene.apache.org; Haiying Wang Sent: Tuesday, April 8, 2014 8:25 PM Subject: Re: OutOfMemoryError while merging large indexes Have you tried using:     -XX:-UseGCOverheadLimit François On Apr 8, 2014, at 6:06 PM, Haiying Wang wrote: > Hi, > &

Re: OutOfMemoryError while merging large indexes

2014-04-08 Thread François Schiettecatte
Have you tried using: -XX:-UseGCOverheadLimit François On Apr 8, 2014, at 6:06 PM, Haiying Wang wrote: > Hi, > > We were trying to merge a large index (9GB, 21 million docs) into current > index (only 13MB), using mergeindexes command ofCoreAdminHandler, but always > run into OOM e

OutOfMemoryError while merging large indexes

2014-04-08 Thread Haiying Wang
Hi, We were trying to merge a large index (9GB, 21 million docs) into current index (only 13MB), using mergeindexes command ofCoreAdminHandler, but always run into OOM error. We currently set the max heap size to 4GB for the Solr server. We are using 4.6.0, and did not change the original solrc