rmuir commented on PR #15307:
URL: https://github.com/apache/lucene/pull/15307#issuecomment-3383406101

   @dweiss this needs a second look, you may not like it. Here is the problem 
with the previous logic:
   
   ```
   jshell> var cpus = 3; // Github Mac OS X runners
   cpus ==> 3
   
   jshell> var testsJvms = (int) Math.max(1d, Math.min(cpus * 0.5d, 12));
   testsJvms ==> 1
   ```
   
   Up to 67% of mac runner hardware was not used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to