On 8/8/2016 11:09 AM, Ritesh Kumar (Avanade) wrote: > This is great but where can I do this change in SOLR 6 as I have > implemented CDCR.
In Solr 6, the chance of using Tomcat will be near zero, and the maxThreads setting in Solr's Jetty config should already be set to 10000. If you're seeing this same OOME (can't create a new thread) in Solr 6, then the problem is most likely going to be at the operating system level. Exactly how to increase the number of processes/threads that Solr can create will vary depending on the operating system you're running. For help, consult documentation or support resources for your OS, or maybe Google. If you're seeing a different problem, then please send a brand new message to the list detailing your problem. http://people.apache.org/~hossman/#threadhijack Thanks, Shawn