Jenkins doing nothing, but running a job

2013-04-17 Thread aswini.r
I see that at times a job is running on the Jenkins server, but with no logs and with a message in the jenkins console saying "Build has been executing for null on master". I am not able to kill the job and neither I am able to run another build for the same job. Why does this happen and what is th

Re: Slowness in Jenkins

2013-04-16 Thread aswini.r
This is how Jenkins gets started, java -XX:MaxPermSize=512m -XX:PermSize=128m -Xms2g -Xmx2g The Max Permsize for jvm is 512mb. Isn't this enough? -- View this message in context: http://jenkins.361315.n4.nabble.com/Slowness-in-Jenkins-tp4662449p4662959.html Sent from the Jenkins users mailing l

Re: Slowness in Jenkins

2013-04-16 Thread aswini.r
I was monitoring the CPU and memory usage of Jenkins when it runs very slow. I used the top command to do that and found out Jenkins process uses nearly 400% of CPU when it is loaded fully. Memory usage is only 20-25%. So I think memory shouldn't be a problem. I am not sure how to fix the CPU issue

Re: Slowness in Jenkins

2013-04-15 Thread aswini.r
Thanks Kevin, will try to do that way and see if it improves the performance. -- View this message in context: http://jenkins.361315.n4.nabble.com/Slowness-in-Jenkins-tp4662449p4662854.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because yo

Re: Slowness in Jenkins

2013-04-15 Thread aswini.r
Hi, artifacts are quite a large number of files. They have 5-6 war files , 1 in that will be more than 70MB and the remaining 3-4 will be around 20-30MB in size. There is another zip file that is also archived, which is more than 110MB. I can remove this file from the artifacts list. But doing thi

RE: Slowness in Jenkins

2013-04-12 Thread aswini.r
Hi, this is the linux server details Red Hat Enterprise Linux ES release 4 (Nahant Update 4). SVN is installed on another linux server and the repository is in a database, not flat file storage system. Its version is 1.7.6 -- View this message in context: http://jenkins.361315.n4.nabble.com/Sl

Re: Slowness in Jenkins

2013-04-12 Thread aswini.r
Hi Subbu, what kind of FTP issue is there in 1.510? -- View this message in context: http://jenkins.361315.n4.nabble.com/Slowness-in-Jenkins-tp4662449p4662580.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Go

Re: Slowness in Jenkins

2013-04-12 Thread aswini.r
Yes, The artifacts for some jobs will be around 1GB(around 10% of the jobs) and for the remaining it will be around 500-600MB. There are nearly 150 jobs in the server. There are 16 slaves tied to the master, but not all the slaves share the load. Currently more than 80% of the jobs are processed by

Slowness in Jenkins

2013-04-11 Thread aswini.r
I am running Jenkins v.1.505 in RedHat linux with the configurations 10GB RAM and 346GB disk space. There are more than 10 slaves connected to the box and the slaves are not busy always. Master server is loaded fully 80% of the time and the CPU usage will be more than 98% when it is fully loaded. S