java - How to limit Jenkins child processes? -
i have clean installation of jenkins ci on ubuntuserver 12.10, no jobs, no nothing, jenkins. installation aptitude. thrills me jenkins doing nothing @ moment , has 40 child processes, consumes quite lot of server's memory. there way limit number of these child processes to, example, 10?
yes can.
go jenkins > manage jenkins > configure system > specify number of executers corresponding text box "# of executors"
another best method using slave machines divide work load. use master slave configuration setup slave machines.
Comments
Post a Comment