-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Jenkins Administrator's Guide
By :

Jenkins has many benefits in terms of its versatility to deliver automation solutions. As a Jenkins server grows, it is more likely a first-time setup will start having growing pains in terms of performance. This section is going to cover some recommendations for Jenkins hosting, application server configuration, and even recommendations for tracking operational costs if you're in the cloud.
Several bottlenecks can be avoided by having good hosting for Jenkins from the beginning.
Jenkins controller should have fast storage, but can be light on CPU and memory. In general, at least 2 vCPUs and 16 GB of system memory is recommended if you plan to configure thousands of jobs. The Jenkins controller uses the /tmp
directory a lot, so it could be mounted on a tmpfs
if you're using more than 16 GB of memory. Agents tend to have higher computing and memory requirements due to them...