Bram, on the subject of brute force - if your script is "clever" and uses binary first search, I'd love to adapt it to my environment. I am trying to build a truly multi-tenant Solr because each of our indexes is tiny, but all together they will eventually be big, and so I'll have to repeat this experiment, many, many times.
________________________________________ From: Bram Van Dam [bram.van...@intix.eu] Sent: Saturday, April 30, 2016 7:10 AM To: solr-user@lucene.apache.org Subject: Re: Solr 5.2.1 on Java 8 GC On 29/04/16 16:40, Nick Vasilyev wrote: > Not sure if it helps anyone, but I am seeing decent results with the > following. > > It was mostly a result of trial and error, I'm ashamed to admit that I've used a similar approach: wrote a simple test script to try out various GC settings with various values. Repeat ad nauseum. Ended with a configuration that works reasonably well on the environment in question, but will probably fail horribly anywhere else. When in doubt, use brute force. - Bram