On Thu, 2011-02-10 at 15:55 +0100, Udo Waechter wrote: > Hello, > I am one of those who have this problem. Some people suggested using Ruby > Enterprise. I looked at its installation, it looked a little bit > time-consuming, so I did not try that one out. > I upgraded to debian squeeze (of course), and the problem persists. > > Thus I did some tests: > > 1. got ruby from "Ubuntu Meercat": > libruby1.8 1.8.7.299-2 > ruby1.8 1.8.7.299-2 > ruby1.8-dev 1.8.7.299-2 > > Same Problem (debian is 1.8.7.302 I think), with ruby from ubuntu lucid > (1.8.7.249) the problem is the same. I guess we can rule out debian's ruby > here. > > 2. I reported that after stopping apache, stray master process remain and do > 100% cpu. I did an strace on those processes and they do this (whatever that > means): > > $ strace -p 1231 > Process 1231 attached - interrupt to quit > brk(0xa49a000) = 0xa49a000 > brk(0xbf51000) = 0xbf51000 > brk(0xda09000) = 0xda09000 > brk(0xa49a000) = 0xa49a000 > brk(0xbf52000) = 0xbf52000 > brk(0xda09000) = 0xda09000 > brk(0xa49a000) = 0xa49a000 > brk(0xbf52000) = 0xbf52000 > brk(0xda09000) = 0xda09000 > ^CProcess 1231 detached
This process is allocating memory like crazy :) > 3. I have now disabled reports, lets see what happens. > > Thanks for the effort and have a nice day. > udo. Are you still on puppet 2.6.3? Can you upgrade to 2.6.5 to see if that's better as reported by one other user? -- 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.