Re: Critical problem with my Jenkins server

2013-07-25 Thread Vincent Latombe
looks good, however you should increase memory settings. Vincent 2013/7/25 Mehdi Hayani > I'm keeping 10 builds/ job, Do you think that this number needs to be > reduced ? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscri

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mehdi Hayani
I'm keeping 10 builds/ job, Do you think that this number needs to be reduced ? -- 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 jenkinsci-users+unsubscr...@goog

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mehdi Hayani
Okk thank you for the quick answer, I'll try these implementing these recommendations, One last question, shouldn't I also change tomcat options, I means -Xms -Xmx -XX:MaxPermSize ?? Regards, Mehdi -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re: Critical problem with my Jenkins server

2013-07-25 Thread Steffen Breitbach
On Thu, 2013-07-25 at 04:14 -0700, Mark Waite wrote: > If you're using Git for SCM, then you can reduce the polling > significantly using a post-receive hook in your git repositories. The same is true for SVN, of course. -- You received this message because you are subscribed to the Google Gro

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mark Waite
That should be 1.509.2 rather than 1.509.3 for the most recent available LTS version. Mark > > From: Mark Waite >To: "jenkinsci-users@googlegroups.com" >Sent: Thursday, July 25, 2013 5:14 AM >Subject: Re: Critical problem with my

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mark Waite
If you're using Git for SCM, then you can reduce the polling significantly using a post-receive hook in your git repositories.  See [1] for more information If you're keeping a long job history, you can reduce memory requirements by reducing the amount of history you are retaining. Later long