On 08/02/13 03:42, [email protected] wrote: > The puppet conf: > master: > reports = log,foreman > > agent: > report = true > > So The foreman is the bottleneck? How to optimise?
It's typically the database. Make sure you're using a "real" database such as PostgreSQL and not sqlite (~foreman/config/database.yaml). If you're running the database and Foreman on the same system, check it's powerful enough (not one vCPU and a small amount of RAM), check what storage it's on etc. -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
