Hello everyone,
What is the generally accepted number of solr instances it makes sense to run on a single machine given solr/lucene threading? Servers now commonly have 4 or 8 cpus. Obviously the more instances you run the bigger your JVM heap needs to be and that takes away from OS cache. Is the sweet spot just one instance per machine? What is the right way to think about this issue?
Thanks, Phil