I did not make any other change than this.. rest of the settings are default.
Do i need to set garbage collection strategy? On Thu, Jul 24, 2014 at 9:49 AM, Marcello Lorenzi <mlore...@sorint.it> wrote: > Hi, > Did you set a Garbage collection strategy on your JVM ? > > Marcello > > > On 07/24/2014 03:32 PM, Ameya Aware wrote: > >> Hi >> >> I am in process of indexing around 2,00,000 documents. >> >> I have increase java jeap space to 4 GB using below command : >> >> java -Xmx4096M -Xms4096M -jar start.jar >> >> Still after indexing around 15000 documents it gives java heap space error >> again. >> >> >> Any fix for this? >> >> Thanks, >> Ameya >> >> >