W dniu wtorek, 29 stycznia 2013 16:54:46 UTC+1 użytkownik jcbollinger 
napisał:
>
>
> The bottom line is that I don't have an explanation for why your 
> compilations are so slow.  Sorry.  I don't think it's anything specific to 
> defined types, except inasmuch as defined type instances do have overhead 
> comparable to that of native type instances.  Perhaps the guys over on 
> puppet-dev would have a suggestion about how you can profile catalog 
> compilation to get an idea of where all the time is spent.
>
>
it's surely related to puppetmaster being slowed down by ruby gems, as i 
mentioned here: 
https://groups.google.com/d/topic/puppet-users/jpx9fNcFuMk/discussion
it might be not only cause, but giving a puppet dedicated rvm gemset (just 
semver for puppet, json for pdb and gpgme for hiera) gave us some 
significant boost.

another suspicious thing is how catalog is travelling over network. i think 
it should be compressed (lots of inlined templates) but for some reason it 
isn't (there is b64_zlib_yaml type, but there's no zlib_pson).

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to