https://issues.apache.org/bugzilla/show_bug.cgi?id=48130
--- Comment #7 from Diego Santa Cruz <[email protected]> 2012-01-30 15:25:37 UTC --- Created attachment 28235 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28235 mod_dav / mod_dav_fs memory reduction patch 4/5 When doing a PROPFIND mod_dav creates a subrequest for some live properties (e.g., getcontenttype and getcontentlanguage) but does not destroy the subrequest, thus the associated memory is not freed until the main request is done. This patch destroys the subrequest when a propdb is closed, significantly reducing the amount of memory when doing a PROPFIND for all properties or a set of properties requiring subrequests. -- 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]
