Hacker News new | ask | show | jobs
by ajitkolathur 3975 days ago
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
1 comments

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.