Hi all,

I would like some guidance about parallel settings on Maven Surefire.
I'm already using "forkCount" 1C in a quadcore machine to speed up my tests
and now I'm planning to and parallel methods as well.

The question is, does forkCount=1C, parallel=methods, and threadCount=5
results
in 5 threads per forked JVM?

I'm confused because there's a perThreadCount option and I don't understand
how
this option affects the number of threads within each forked JVM.

Thanks in advance!

Best regards,
Jeanderson
-- 
Jeanderson Candido
Graduate Student in Computer Science
Federal University of Pernambuco, Brazil
http://jeandersonbc.github.io

Reply via email to