SiKing commented on pull request #347:
URL: https://github.com/apache/maven-surefire/pull/347#issuecomment-824416496


   > You have to add `<perCoreThreadCount>false</perCoreThreadCount>`.
   > The reason is that the thread counts are always multiplied by the number 
of CPU.
   
   So this is similar to using 'C' for fork count, but completely different.
   For threads this multiplier is on by default; for forks it is off by default.
   For threads you specify it with another (boolean) parameter; for forks you 
specify it by adding the character "C" after the count.
   Why the inconsistencies?
   :(


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to