Issue #3373 has been updated by Brice Figureau.
Luke Kanies wrote: > We currently load files into memory rather than streaming them to disk. It's > much more memory efficient to stream them directly to disk. > > Brice has an initial version of this, and it'd be great to get this in > quickly. > > We need an equivalent feature on the server -- streaming files directly from > disk. IMHO, the server part is less needed (but would be nice to have if doable, especially using some X-Sendfile or X-Accel-Redirect system), as it is relatively easy to offload the puppet master file content serving to a static dedicated HTTP server (see: http://www.masterzen.fr/2010/01/28/puppet-memory-usage-not-a-fatality/ for an example). ---------------------------------------- Refactor #3373: Puppet should stream files directly to disk http://projects.reductivelabs.com/issues/3373 Author: Luke Kanies Status: Unreviewed Priority: Normal Assigned to: Brice Figureau Category: file Target version: Rowlf Affected version: 0.25.4 Branch: We currently load files into memory rather than streaming them to disk. It's much more memory efficient to stream them directly to disk. Brice has an initial version of this, and it'd be great to get this in quickly. We need an equivalent feature on the server -- streaming files directly from disk. -- 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://reductivelabs.com/redmine/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.
