Re: Need your perspective on Garbage Collection

2023-01-03 Thread Steven Schlansker
> Am 03.01.2023 um 13:49 schrieb _ SATNAM: > > Hi, > > The issue is my garbage collection is running quite often i configure my > > JVM as recommended (Gone though several articles ,blogs on lucene) also > > provide enough RAM and memory (not as large to trigger GC ) .Main cause of > > concern is

Re: Need your perspective on Garbage Collection

2023-01-03 Thread Uwe Schindler
Hi Satnam, Can you please share some details about what application using Lucene you are using. For Solr and Elasticserach there are recommendations and default startup scripts. If it is yur own Lucene application we would also need more details. Basically, Lucene itsself needs very few heap

Need your perspective on Garbage Collection

2023-01-03 Thread _ SATNAM
Hi, The issue is my garbage collection is running quite often i configure my JVM as recommended (Gone though several articles ,blogs on lucene) also provide enough RAM and memory (not as large to trigger GC ) .Main cause of concern is GC run for more than 10 min (sometimes even 15 min) This make w