Re: Determing Solr heap requirments and analyzing memory usage

2019-05-02 Thread Brian Ecker
ating the actual max usage as maxRamMB * 8. It would be quite useful to have this detail at least documented somewhere. -Brian On Tue, Apr 23, 2019 at 9:49 PM Shawn Heisey wrote: > On 4/23/2019 11:48 AM, Brian Ecker wrote: > > I see. The other files I meant to attach were the GC log (

Re: Determing Solr heap requirments and analyzing memory usage

2019-04-23 Thread Brian Ecker
Thanks for your response. See below please for detailed responses. On Tue, Apr 23, 2019 at 6:04 PM Shawn Heisey wrote: > On 4/23/2019 6:34 AM, Brian Ecker wrote: > > What I’m trying to determine is (1) How much heap does > > this setup need before it stabilizes and stops cr

Determing Solr heap requirments and analyzing memory usage

2019-04-23 Thread Brian Ecker
Hello, We are currently running into a situation where Solr (version 7.4) in slowly using up all available memory allocated to the heap, and then eventually hitting an OutOfMemory error. We have tried increasing the heap size and also tuning the GC settings, but this does not seem to solve the iss