https://issues.apache.org/bugzilla/show_bug.cgi?id=48130
--- Comment #6 from Diego Santa Cruz <[email protected]> 2012-01-30 15:24:20 UTC --- Created attachment 28234 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28234 mod_dav / mod_dav_fs memory reduction patch 3/5 Use a scratch pool when walking the tree for DAV copy and move requests so that memory usage is O(1) instead of O(N) with the number of resources per directory; note however that it is still O(N) with the number of directories in the walked hierarchy. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
