Re: Issue : Solr Server becoming Un-responsive

2019-08-07 Thread Jörn Franke
Zookeeper on the same machine? Maybe you take memory from it? Do you observe swapping? Normally your memory should be much larger than heap, because Spark heavily uses os caches, which are not on heap. > Am 07.08.2019 um 15:22 schrieb Abhimeet, Kumar : > > Hi Team, > > > > We are facing an

Re: Issue : Solr Server becoming Un-responsive

2019-08-07 Thread Shawn Heisey
On 8/7/2019 7:22 AM, Abhimeet, Kumar wrote: We are facing an issue of Solr becoming unresponsive after every 2-3 Hrs. We recently increased the allocated JVM size on Solr up to 11GB, since then the issue is very frequent. Find the attached thread dumps. I'm amazed that the attachment made

Issue : Solr Server becoming Un-responsive

2019-08-07 Thread Abhimeet, Kumar
Hi Team, We are facing an issue of Solr becoming unresponsive after every 2-3 Hrs. We recently increased the allocated JVM size on Solr up to 11GB, since then the issue is very frequent. Current Java Settings on Solr are: java -server -Xms11095m -Xmx11095m -XX:NewRatio=3 -XX:SurvivorRatio=4