Re: Tomcat creates a thread for each SOLR core

2014-04-22 Thread Atanas Atanasov
someone decides to reproduce it: 1. 64 bit apache tomcat installation (7 or 8) -> solr 4.4 deployed, any JVM. 2. Create 1000 cores. 3. Restart Apache Tomcat. 4. Create 1 core. I hope I explained it well, if not just ask. Thanks in advance, Atanas On Tue, Apr 15, 2014 at 9:58 AM, Atanas Atana

Re: Tomcat creates a thread for each SOLR core

2014-04-14 Thread Atanas Atanasov
. Unfortunately the problem with the creation of a new core taking 20 minutes still exists. Next step will be downgrading to Java 7u25. Any other suggestions will be highly appreciated. Thanks in advance. P.S previous SOLR version from which I updated was 3.6. Regards, Atanas Atanasov On Thu, Apr 10

Re: Tomcat creates a thread for each SOLR core

2014-04-10 Thread Atanas Atanasov
Hi, I see the threads of the tomcat7.exe process in the Windows Task manager. Regards, Atanas Atanasov On Thu, Apr 10, 2014 at 5:28 PM, Aman Tandon wrote: > Hi Atanas, > > I have a question that, how do know that how much thread does the tomcat > has? > > Thanks > Ama

Re: Tomcat creates a thread for each SOLR core

2014-04-10 Thread Atanas Atanasov
fter they serve their last > outstanding request. > > BTW, current Java practice seems to be setting Xmx and Xms to the same > value, 6G in your case. > > Good Luck! > Erick > > On Thu, Apr 10, 2014 at 12:14 AM, Atanas Atanasov > wrote: > > Thanks for the quick res

Re: Tomcat creates a thread for each SOLR core

2014-04-10 Thread Atanas Atanasov
> Regards, >Alex. > P.s. This is general advice, I don't know the specific issues around > that version of Solr/Tomcat. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency > > > On

Tomcat creates a thread for each SOLR core

2014-04-09 Thread Atanas Atanasov
Hi, guys, I need some help. After updating to SOLR 4.4 the tomcat process is consuming about 2GBs of memory, the CPU usage is about 40% after the start for about 10 minutes. However, the bigger problem is, I have about 1000 cores and seems that for each core a thread is created. The process has mo