1 Feb 2010 08:37
Re: [PATCH/puppet 1/1] Fix for #3114 (ruby's arbitrary limit on process groups too low)
Kjetil Torgrim Homme <kjetilho <at> linpro.no>
2010-02-01 07:37:03 GMT
2010-02-01 07:37:03 GMT
Markus Roberts <Markus <at> reality.com> writes: > In some circumstances ruby's arbitrary limit on process groups is too > low (32). This patch raises the limit in the recommended manner, to > a value which should suffice in all practical cases (1024). > > +Process.maxgroups = 1024 ruby-doc.org says "Returns the maximum number of gids allowed in the supplemental group access list", so there seems to be a disconnect between the commit comment and the docs. FWIW, few systems accept more than 32 supplemental groups, indeed, if you're using NFS without Kerberos, the practical limit is 16. what was the problem you were experiencing? -- Kjetil T. Homme Redpill Linpro AS - Changing the game -- -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev <at> googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscribe <at> googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
RSS Feed