On 12/15/2010 12:04 PM, Patrick wrote: > I'm looking for a way to run more than one puppetmaster on the same server > under passenger. Most of the puppet CPU load is waiting for the catalogs to > compile. This also seems to be mostly what takes large amounts of RAM. I > have storedconfigs on. > > I want to be able to move the fileserver to a different pool of puppetmaster > processes. Is there an easy way to tell the client, either in the catalog or > in the config file, to get the files from a different port than the catalog? > > Is there a better way to do this? What I really want is for the cheap file > requests to stop being blocked by the expensive catalog requests and keep the > RAM usage low on the file serving processes. >
Hi, what springs to mind is a webserver with mod_proxy up front (or in fact, any intelligent reverse proxy), that chooses your actual webserver with respect to request URIs. Fileserver requests do go to a different root directory, yes? HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
