Re: Solr Heap usage

2023-10-25 Thread Surya R
Thank you Rajani and Arrieta, I will read the link. Ishan also reached out to me earlier on with some insights , and am analyzing them as well. I did take a heap dump using VisualVM and analyzing the details, after loading through the visualVM tool. thanks Surya On Tue, Oct 24, 2023 at 9:18 PM Ar

Re: Solr Heap usage

2023-10-24 Thread Arrieta, Alejandro
Hello, this link may help you, it has examples: https://risdenk.github.io/2017/12/18/ambari-infra-solr-ranger.html Kind Regards, Alejandro Arrieta On Tue, Oct 24, 2023 at 9:18 PM rajani m wrote: > When you see memory filling up on the visualvm gui, request a heap dump. > The heap dump file get

Re: Solr Heap usage

2023-10-24 Thread rajani m
When you see memory filling up on the visualvm gui, request a heap dump. The heap dump file gets stored on the node's /tmp location. Use the eclipse memory analyzer tool (MAT) to load the downloaded ".dmp" file, the MAT analyzes the heap and generates a report of objects on the heap. On Mon, Oct 2