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

   These CPU count defaults date back to hyperthreading - that's why they're 
halved (saturating cpus wasn't helping much + there are CPUs actively used by 
the GC and some slack was left for the filesystem).
   
   Times have changed. Maybe this patch is indeed more realistic since on VMs 
the cpu count is actually what's available and on beefy hardware I/O saturates 
much more quickly.


-- 
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