Limit of 'parallel' jobs

134 views
Skip to first unread message

ok999

unread,
May 19, 2016, 1:38:47 PM5/19/16
to Jenkins Users
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?

John Mellor

unread,
May 19, 2016, 2:32:22 PM5/19/16
to jenkins...@googlegroups.com

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.

--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/706f7ed0-9dc5-439b-a8d7-1f83c8ba1739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

ok999

unread,
May 19, 2016, 3:18:40 PM5/19/16
to Jenkins Users, John....@esentire.com
the question was not for the # of executors. It more for the parallel task execution in the jenkins pipeline. 
Reply all
Reply to author
Forward
0 new messages