[Puppet Users] Re: CPU on client ?

2009-10-20 Thread Luke Kanies
On Oct 19, 2009, at 3:01 AM, Xavier Beaudouin wrote: Hum... People there think it is use to mutch... more than 20% during a run... I'd expect Puppet to use as much cpu as possible while it's actively configuring a box, unless it's IO bound, and the only way around this is to nice it,

[Puppet Users] Re: CPU on client ?

2009-10-19 Thread Ohad Levy
cpu or memory? you can run puppet with nice, but if it will restart services, they will be niced too. if its memory, you can swtich to cron. cheers, Ohad On Mon, Oct 19, 2009 at 5:42 PM, Xavier Beaudouin xbeaudo...@gmail.comwrote: Hello there, I am some complains from people there at my

[Puppet Users] Re: CPU on client ?

2009-10-19 Thread Xavier Beaudouin
CPU usage, memory is not (yet) a problem... Nice, is an idea, but I think dangerous IMHO... /Xavier 2009/10/19 Ohad Levy ohadl...@gmail.com cpu or memory? you can run puppet with nice, but if it will restart services, they will be niced too. if its memory, you can swtich to cron.

[Puppet Users] Re: CPU on client ?

2009-10-19 Thread Ohad Levy
puppet is usually not using too much of cpu.. (unless your users are running on the puppetmaster ;)) maybe you can restrict the amount of things puppet do in each run with the schedule metadata. Ohad On Mon, Oct 19, 2009 at 5:54 PM, Xavier Beaudouin xbeaudo...@gmail.comwrote: CPU usage,

[Puppet Users] Re: CPU on client ?

2009-10-19 Thread Brice Figureau
On Mon, 2009-10-19 at 12:01 +0200, Xavier Beaudouin wrote: Hum... People there think it is use to mutch... more than 20% during a run... Remember something: you paid for that CPU, that means you want to use it as much as you can otherwise you paid for something you don't use. With that in

[Puppet Users] Re: CPU on client ?

2009-10-19 Thread Xavier Beaudouin
Hi Brice, 2009/10/19 Brice Figureau brice-pup...@daysofwonder.com On Mon, 2009-10-19 at 12:01 +0200, Xavier Beaudouin wrote: Hum... People there think it is use to mutch... more than 20% during a run... Remember something: you paid for that CPU, that means you want to use it as much as