----- Original Message -----> From: "aabed" <Aabed@cloud9ers.com>
> To: puppet-users@googlegroups.com
> Sent: Saturday, June 16, 2012 5:14:40 PM
> Subject: [Puppet Users] optimize performance
>
> hey all
>
>
> is there any way i can make puppet run faster
> it takes 8 seconds just to load facts and cache catalog
>
>
>
> Loading facts in /var/lib/puppet/lib/facter/puppet_url.rb
> Loading facts in /var/lib/puppet/lib/facter/root_home.rb
> Loading facts in /var/lib/puppet/lib/facter/doc_url.rb
> Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
>
>
> those four facters takes a lot of time how can i make it faster?
these are all custom facts probably written in house by your staff
or in modules you downloaded, they''re not part of puppet so you
should look at what they do.
Except the last one which I wrote :) It''s fast but it enables people
to dump all sorts of sources for facts in there and your previous
message made me think that what you have in there is quite slow.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.