[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-19 Thread Peter Meier
Hi > I have now installed activerecord and activesupport 2.1.2 by gem besides > the ones provided by rpm and I can see some significant memory drop: > > https://durito.cronopios.org/puppetmaster_memory_activerecord.png > > I would say it dropped nearly about a third of the memory usage. I can >

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-19 Thread Peter Meier
Hi >> I've noticed a significant drop in memory usage since disabling >> storeconfigs (and thus, rails 'n stuff). Previously I'd have to >> crontab restart the masters. > > Upgrading activerecord and associated libs to version 2.1.1 fixed a > similar memory leak issues we had. François: tha

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-17 Thread Andrew Shafer
You can pull it from github, but I really don't recommend you use it for anything but testing at the moment. Of course, we'd be happy to hear about any issues that you find, I just don't want you finding them on anything important. The head of trunk is Luke's github git://github.com/lak/puppet.gi

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-17 Thread Loobster
On Nov 14, 6:53 pm, "Andrew Shafer" <[EMAIL PROTECTED]> wrote: > > Fileserving is essentially rewritten in the master branch and preliminary > test show that fixes a lot of this. (master branch is an unstable > development branch) > Is there a way of downloading the master as tar? Karl --~--~---

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-17 Thread Francois Deppierraz
Aj wrote: > I've noticed a significant drop in memory usage since disabling > storeconfigs (and thus, rails 'n stuff). Previously I'd have to > crontab restart the masters. Upgrading activerecord and associated libs to version 2.1.1 fixed a similar memory leak issues we had. François --~--

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-16 Thread Brice Figureau
On 14/11/08 21:51, Loobster wrote: > I installed the blastware packages and then used gary's CSWpuppet > (0.24.4) package from http://www.garylaw.net/packages/ > > I'm seeing puppetmasterd using a lot of memory (850MB+). > > It seems that ruby might have a memory leak from the forum posts I'm >

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-14 Thread Loobster
On Nov 14, 6:53 pm, "Andrew Shafer" <[EMAIL PROTECTED]> wrote: > How many clients and how much file serving? 3 clients. The puppet server was a client. puppetd was simply transfering firefox 3.0.4 file { "/usr/local/firefox": source => "puppet://puppet/applications/firefox/ firefox-

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-14 Thread Andrew Shafer
How many clients and how much file serving? I'd love for someone with deep profiling experience to take a look at this but so far I haven't found a leak so much as just a lot of memory consumption and poor GC. With the Ruby implementation of XMLRPC puppet uses now, file serving results in 3x the

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-14 Thread RijilV
2008/11/14 Loobster <[EMAIL PROTECTED]> > > I installed the blastware packages and then used gary's CSWpuppet > (0.24.4) package from http://www.garylaw.net/packages/ > > I'm seeing puppetmasterd using a lot of memory (850MB+). > > It seems that ruby might have a memory leak from the forum posts I

[Puppet Users] Re: puppetmasterd taking a lot of memory

2008-11-14 Thread Aj
I've noticed a significant drop in memory usage since disabling storeconfigs (and thus, rails 'n stuff). Previously I'd have to crontab restart the masters. On 15/11/2008, at 9:51 AM, Loobster <[EMAIL PROTECTED]> wrote: > > I installed the blastware packages and then used gary's CSWpuppet >