On Thu, Feb 20, 2014 at 9:16 AM, Yogi Nerkar <[email protected]> wrote:
> Hi,
>
> I am trying to setup Jenkins for enterprise grade for CI.
>
> Can someone help me with providing the information on hardware
> configurations and architecture and how to implement Jenkins?
>
> Setup on Linux server
>     - Physical or Virtual box
>     - Memory
>     - Number of CPUs

This will depend entirely on the load you intend to throw at it.   I'd
start with the idea of running all the jobs on slaves instead of the
master so it is easy to scale up.  Physical vs. VM doesn't matter as
long as you aren't overcommitting too much and pay attention to
contention for shared disk heads.   VMs make it easier to manage an
assortment of different target platforms if you need that.

You get what you pay for with RAM, though.  I'd want at least 8 GB to
start on the master and maybe more if this will be a large system.
Also try to arrange fast network access across all of the build farm
and your source control system.

-- 
   Les Mikesell
     [email protected]

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to