On 7/8/10 8:55 PM, Yonik Seeley wrote:
> Hmm, did the default number of background merge threads change
> sometime recently?  I seem to recall so, but I can't find a reference
> to it.
> 
> -Yonik
> http://www.lucidimagination.com

It did change - from 3 to 1-3:

maxThreadCount = Math.max(1, Math.min(3,
Runtime.getRuntime().availableProcessors()/2));

- Mark

Reply via email to