https://bz.apache.org/bugzilla/show_bug.cgi?id=63078

--- Comment #15 from Remy Maucherat <r...@apache.org> ---
(In reply to Konstantin Kolinko from comment #14)
> 1. Have you looked into Tomcat log files?
> 
> 2. A comment says:
> <!-- startStopThreads=0 set deployment Thread to number of available cores
> -->
> 
> This means that the actual number depends on your hardware.
> I wonder what is the actual number of cores that Java reports for you.

That was before, I changed it (and documented) to
Runtime.getRuntime().availableProcessors() / 2 now since CPUs have smt and I
thought the previous default was way too high for the tasks at hand. Not this
opteron though ;) Runtime.getRuntime().availableProcessors() is supposed to
return 16, so the new default should be 8, and before it was 16.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to