AW: Jenkins - getting slower and slower

2012-03-19 Thread Hauser, Wolfgang (external)
>@Hauser   -   no it is not virtual system. Why do you ask?

We run Jenkins on a VM and the wohle Machine slowing down over the time.
After shrinking the disks the VM is running normaly again.

Wolfgang


Re: Jenkins - getting slower and slower

2012-03-19 Thread Vladimir Zak
@Hauser   -   no it is not virtual system. Why do you ask?

Vladimir





2012/3/19 Hauser, Wolfgang (external) :
> Do you run that Jenkins on a Virtual machine ?
>
> -Ursprüngliche Nachricht-
> Von: jenkinsci-users@googlegroups.com 
> [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Vojtech Juranek
> Gesendet: Montag, 19. März 2012 10:18
> An: jenkinsci-users@googlegroups.com
> Cc: Vladimir Zak
> Betreff: Re: Jenkins - getting slower and slower
>
>
>> I have there more than a half year old builds. When I set 30 days then
>> I would like to ask you if the older builds are deleted when jenkins
>> is starting or when the same job is building?
>
> the builds are deleted after next build is run and finished. If you want to
> delete them without running new builds, go to script page
> ($JENKINS_URL/script) and run
>
> jenkins.model.Jenkins.instance.items.each { it.logRotate() }


AW: Jenkins - getting slower and slower

2012-03-19 Thread Hauser, Wolfgang (external)
Do you run that Jenkins on a Virtual machine ?
 
-Ursprüngliche Nachricht-
Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von Vojtech Juranek
Gesendet: Montag, 19. März 2012 10:18
An: jenkinsci-users@googlegroups.com
Cc: Vladimir Zak
Betreff: Re: Jenkins - getting slower and slower


> I have there more than a half year old builds. When I set 30 days then
> I would like to ask you if the older builds are deleted when jenkins
> is starting or when the same job is building?

the builds are deleted after next build is run and finished. If you want to 
delete them without running new builds, go to script page 
($JENKINS_URL/script) and run

jenkins.model.Jenkins.instance.items.each { it.logRotate() }


Re: Jenkins - getting slower and slower

2012-03-19 Thread Vojtech Juranek

> I have there more than a half year old builds. When I set 30 days then
> I would like to ask you if the older builds are deleted when jenkins
> is starting or when the same job is building?

the builds are deleted after next build is run and finished. If you want to 
delete them without running new builds, go to script page 
($JENKINS_URL/script) and run

jenkins.model.Jenkins.instance.items.each { it.logRotate() }


Re: Jenkins - getting slower and slower

2012-03-19 Thread Vladimir Zak
Hi,

Thank you for answers.

Could I ask you about Discard builds functionality?

I have there more than a half year old builds. When I set 30 days then
I would like to ask you if the older builds are deleted when jenkins
is starting or when the same job is building?

Thanks

Vladimir





2012/3/19 Didier Durand :
> Hi,
>
> To disable plugin via the HDD, you can have to delete them in
> $JENKINS_HOME/plugins (bot .hpi file and directory with same name
>
> regards
>
> didier
>
> Le dimanche 18 mars 2012 22:16:44 UTC+1, zakyn a écrit :
>>
>> Hello,
>>
>> I have problem that Jenkins is getting slower and slower and it is not
>> possible to manage plugins. So I would lilke to ask you how I can
>> disable plugin directly on HDD.
>>
>> Thank you.
>>
>> Best regards,
>>
>> Vladimir


Re: Jenkins - getting slower and slower

2012-03-18 Thread Didier Durand
Hi,

To disable plugin via the HDD, you can have to delete them in 
$JENKINS_HOME/plugins (bot .hpi file and directory with same name

regards

didier

Le dimanche 18 mars 2012 22:16:44 UTC+1, zakyn a écrit :
>
> Hello, 
>
> I have problem that Jenkins is getting slower and slower and it is not 
> possible to manage plugins. So I would lilke to ask you how I can 
> disable plugin directly on HDD. 
>
> Thank you. 
>
> Best regards, 
>
> Vladimir



Re: Jenkins - getting slower and slower

2012-03-18 Thread Sami Tikka
Have you checked the usual causes for slowness, like swapping? Or
Jenkins frequently throwing exceptions (visible in the log file).

Google what you need to put on jvm command line to enable jconsole to
attach to the jvm and then you can see what it is doing.

Also, examine $JENKINS_URL/threadDump

-- Sami

2012/3/18 zakyn :
> Hello,
>
> I have problem that Jenkins is getting slower and slower and it is not
> possible to manage plugins. So I would lilke to ask you how I can
> disable plugin directly on HDD.
>
> Thank you.
>
> Best regards,
>
> Vladimir


Jenkins - getting slower and slower

2012-03-18 Thread zakyn
Hello,

I have problem that Jenkins is getting slower and slower and it is not
possible to manage plugins. So I would lilke to ask you how I can
disable plugin directly on HDD.

Thank you.

Best regards,

Vladimir