Re: NewRelic useragent and Solr memory leaks

2021-10-13 Thread Carlos Grappa
Same here, we've been bit by NR memory leaks across several of our apps. In most cases, the solution was upgrading to the latest agent. In order to understand a bit better how this is affecting you, how did you spot the leaks caused by NR? Did you do a jmap or you have a complete snapshot of the h

Re: Solr keeps creating new threads until it dies

2021-10-13 Thread Carlos Grappa
I was gonna mention point 2 as well. Maybe you're hitting the -Xss JVM limit (256Kb) and need to manually increase it. I seem to recall that it should be at the very least 1Mb (or so it says here