Issue #7959 has been updated by Markus Falb.
Dominic Cleal wrote: > Markus Falb wrote: > > I tried setting incl and lens on a client with puppet 2.6.8 and it helps. > > puppet 0.25.5 does not have incl and lens parameters. > > Glad it helps. I forgot to ask though - why are you setting it? Type > checking is normally used at lens design or testing time (with augparse) and > isn't something you'd usually want to do at runtime (for the reasons we've > seen!). I really dont know. I have several augeas resources but this one is the only one with type_check set. I do not know why it is there. After this discussion and after glancing over http://augeas.net/page/Ambiguities_or_what_do_those_error_messages_from_the_typechecker_mean which states once a module has been successfully typechecked, there's no need to typecheck it again I am pretty sure that I will throw away this type_check. After all I fear I produced just noise. Thanks. ---------------------------------------- Bug #7959: augeas type_check RAM usage https://projects.puppetlabs.com/issues/7959 Author: Markus Falb Status: Investigating Priority: Normal Assignee: Jacob Helwig Category: agent Target version: Affected Puppet version: Keywords: augeas Branch: augeas { "ram fresser": type_check => true, context => "/files/etc/sysctl.conf", changes => "set net.ipv4.ip_forward 1", } and puppet needs 1GB RAM ? This looks wrong to me. I only see this behaviour if type_check is true. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
