Hacker News new | ask | show | jobs
by GFK_of_xmaspast 3975 days ago
re: (2), jenkins is open source and the one you should use regardless.
1 comments

N00b question, I've never worked with self hosted CIs, typically how much compute, memory and storage would be required to host Jenkins on our own On average, from your experience,? could we run it side by side with our prod box on a 4gb ram 2ghz machine? Thanks
That's going to depend on things like "how many simultaneous builds do you want to have going" and "how demanding are your tests".

A 4gb/2ghz machine should be fine, but in general I'm not a fan of putting anything but production on production machines.