Re: Solr 7.7 heap space is getting full

2020-02-01 Thread Walter Underwood
What message do you get about the heap space. It is completely normal for Java to use all of heap before running a major GC. That is how the JVM works. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 1, 2020, at 6:35 AM, Rajdeep Sahoo wrote: >

G1GC Pauses (Young Gen)

2020-02-01 Thread Karl Stoney
Hey all, me again. I'm still investigating the pauses that I get when a soft commit happens. I'm now convinced they're coming from G1GC pauses that happen when the soft commit happens and wondering if anyone can see what's up. Caveat: I'm no JVM expert. I've uploaded a small time window to gc

Re: Solr 7.7 heap space is getting full

2020-02-01 Thread Rajdeep Sahoo
Please reply anyone On Fri, 31 Jan, 2020, 11:37 PM Rajdeep Sahoo, wrote: > This is happening when the no of indexed document count is increasing. >With 1 million docs it's working fine but when it's crossing 4.5 > million it's heap space is getting full. > > > On Wed, 22 Jan, 2020, 7:05 PM M