Hello, If you test set is exhausting enough, you should quickly see the lower limit of your heap, just monitor the JVM using tools such as VisualVM.
Set the heap at least high enough to accommodate the load and the variety of queries, and keep in mind that you are probably also indexing to it. While testing, simulate your regular indexing flow as well. Do not set the heap extremely high. One or a few GBs above your lower limit is usually fine, but it, of course, depends. Regards. Markus Op ma 6 mrt 2023 om 17:58 schreef Kaushal Shriyan <[email protected] >: > Thanks Markus for sharing the load test tools. Are there any > recommendations to optimise Apache Solr 8.11.2 XMS and XMX heap memory? Any > CentOS Linux level optimization? etc.. > > *VM hardware configuration* > 8 vCPU cores > 32 GB RAM > 100 GB SSD storage. > > Please guide me. Thanks in advance. > > Best Regards, > > Kaushal > > > On Mon, Mar 6, 2023 at 10:28 PM Markus Jelsma <[email protected]> > wrote: > > > Hello Kaushal, > > > > You can use ab (Apache Bench), Siege, Apache JMeter, SolrMeter and more. > I > > prefer Siege as it is CLI and pretty simple to work with. It allows a > list > > of URLs as input, ab did/does not. > > > > Regards, > > Markus > > > > Op ma 6 mrt 2023 om 16:41 schreef Kaushal Shriyan < > > [email protected] > > >: > > > > > Hi, > > > > > > I am running Apache Solr 8.11.2 on CentOS Linux release 7.9.2009 (Core) > > on > > > 2 VM nodes behind Load Balancer. Is there a way to carry out load tests > > for > > > both nodes? Any examples? > > > > > > *VM hardware configuration* > > > 8 vCPU cores > > > 32 GB RAM > > > 100 GB SSD storage. > > > > > > Please guide me. Thanks in advance. > > > > > > Best Regards, > > > > > > Kaushal > > > > > >
