Your problem will be probably less the CPU/memory consumption than IOs consumption especially if you host your SonarQube database locally We generally advise to not host anything else than the Jenkins master on an host in production. Otherwise it is a nightmare to manage properly the resource allocation
Cheers On Mon, Oct 2, 2017 at 3:48 PM, Joe Cavanaugh < [email protected]> wrote: > Agree with Devin above, and would highly suggest against setting up the > Master Jenkins server and Sonarqube together - I ran into scaling problems > rather quickly (like within 6 months as people got wind of the Jenkins and > Sonar servers). Migrating Jenkins is pretty easy though, so for the > purposes of utilizing all the CPU available to you, it is not a bad choice, > just be prepared to understand how to move one of them somewhere else. > > On Wednesday, September 27, 2017 at 8:52:51 AM UTC-5, Devin Nusbaum wrote: >> >> Hi Prudhvi, >> >> I ran both Jenkins and Sonarqube on the same Windows server in the past >> successfully, but I agree with Richard that you need to make sure you have >> enough resources to run both of them well. >> >> Thanks, >> >> Devin >> >> On Sep 27, 2017, at 4:02 AM, Prudhvi Raju <[email protected]> wrote: >> >> Hi, >> >> I have the same scenario but I want to have both Jenkins and Sonarqube in >> a single Windows server. Is that possible too? >> >> On Monday, October 19, 2015 at 11:30:40 PM UTC+5:30, Richard Bywater >> wrote: >>> >>> You can install as much as you want on the same machine but the main >>> issue is going to be if you have enough memory and cpu to serve both apps >>> properly. >>> >>> Richard. >>> >>> On Tue, 20 Oct 2015 12:03 am Ramesh Udari <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> We have SonarQube server which running on linux VM and we are planning >>>> to use Jenkins for CI integration purpose with SonarQube. So, here question >>>> is that, can we install both SonarQube and Jenkins on same Linux Server >>>> (VM) ?. If yes, do we have pros and cons with this approach?. Kindly do >>>> suggest on it. >>>> >>>> Regards, >>>> Ramesh >>>> >>>> -- >>>> 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]. >>>> To view this discussion on the web visit https://groups.google.com/d/ms >>>> gid/jenkinsci-users/0067c010-146a-42ce-83d6-0fb045b74484% >>>> 40googlegroups.com >>>> <https://groups.google.com/d/msgid/jenkinsci-users/0067c010-146a-42ce-83d6-0fb045b74484%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >> -- >> 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]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/jenkinsci-users/4fb24ad7-1a06-4c97-82bf-da0ad02669a2% >> 40googlegroups.com >> <https://groups.google.com/d/msgid/jenkinsci-users/4fb24ad7-1a06-4c97-82bf-da0ad02669a2%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- > 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]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/2413a27d-f986-4dd1-a167-da8651d19125%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/2413a27d-f986-4dd1-a167-da8651d19125%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- ----- Arnaud Héritier http://aheritier.net Mail/GTalk: aheritier AT gmail DOT com Twitter/Skype : aheritier -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAFNCU-_Ao9ioXqSDgD-%3DnNLi4eBC0tqYhRNWh2hsvFeejj6aGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
