Thanks all, for the answers On Thu, Mar 27, 2008 at 10:04 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> On Thu, Mar 27, 2008 at 4:56 PM, Otis Gospodnetic > <[EMAIL PROTECTED]> wrote: > > Or use the JNDI approach that's described on the Wiki. I've used it > with Jetty and it works nicely. Multiple webapp contexts, multiple Solr > indices, but a single JVM. > > With multiple smaller collections, one might want this (or multicore). > If the collections are big, it's best to use a separate JVM. Among > other benefits, GC pause times will be shorter for a smaller heap. > > -Yonik >