----- Original Message -----
> From: a...@gmx.de
> To: puppet-users@googlegroups.com
> Sent: Thursday, January 3, 2013 10:36:35 AM
> Subject: [Puppet Users] Re: puppet master keeps spawning new child processes
> 
> When having more than one process...
> 
> > ps faux | grep "puppet master" | grep -v grep
> puppet    5100 92.0  2.7 427180 329728 ?       Rsl  09:22 119:27
> /usr/bin/ruby /usr/bin/puppet master
> puppet   11957 99.9  1.6 300168 200224 ?       R    10:07  83:53  \_
> /usr/bin/ruby /usr/bin/puppet master
> 
> 
> ... strace-ing first process shows lot of system calls going on

you'd probably have to strace it around the time it does the fork to get useful
information.

Do you have any custom parser functions perhaps that might be running external
commands? or use the generate() function much? I am not sure if the generate 
function actually forks like this but it's worth seeing if you use it.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to