the question was not for the # of executors. It more for the parallel task execution in the jenkins pipeline.
On Thursday, May 19, 2016 at 1:32:22 PM UTC-5, John Mellor wrote: > > There can never be a reasonable number quoted. It all depends upon the > number of threads that your build job uses, how disk-bound or network-bound > each job is, how overloaded the VM host machine is, how much spare RAM is > available, etc. > > > > I myself have a large number of C++ jobs using gmake –j, so all processors > are inherently utilized on the slave machine. Consequently, I always limit > the number of executors to one. > > > > *From:* [email protected] <javascript:> [mailto: > [email protected] <javascript:>] *On Behalf Of *ok999 > *Sent:* May-19-16 13:39 > *To:* Jenkins Users > *Subject:* Limit of 'parallel' jobs > > > > Any documented and tested limits on the number of parallel that can be > executed in a slave. Will it also go by the thumb rule of number of cores > in the CPU? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/706f7ed0-9dc5-439b-a8d7-1f83c8ba1739%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-users/706f7ed0-9dc5-439b-a8d7-1f83c8ba1739%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a5edb73d-323a-4865-8490-e6d6ace79b77%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
