Re: number of Solr indexes per Tomcat instance

2009-10-23 Thread Erik_l
That's a really good point. I didn't think about the GCs. Obviously we don't want to have all the indexes hanging if full GC occur. Wee running a +8GB heap so GCs are very important to us. Thanks Erik wojtekpia wrote: > > I ran into trouble running several cores (either as Solr multi-core or a

Re: number of Solr indexes per Tomcat instance

2009-10-23 Thread Erik_l
We're not using multicore. Today, one Tomcat instance host a number of indexes in form of 10 Solr indexes (10 individual war files). Marc Sturlese wrote: > > Are you using one single solr instance with multicore or multiple solr > instances with one index each? > > Eri

number of Solr indexes per Tomcat instance

2009-10-23 Thread Erik_l
Hi, Currently we're running 10 Solr indexes inside a single Tomcat6 instance. In the near future we would like to add another 30-40 indexes to every Tomcat instance we host. What are the factors we have to take into account when planning for such deployments? Obviously we do know the sizes of the