Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A179B9865 for ; Mon, 30 Jan 2012 15:24:43 +0000 (UTC) Received: (qmail 72353 invoked by uid 500); 30 Jan 2012 15:24:43 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 72289 invoked by uid 500); 30 Jan 2012 15:24:42 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 72280 invoked by uid 99); 30 Jan 2012 15:24:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 15:24:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 15:24:41 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 81DB84F8C4; Mon, 30 Jan 2012 15:24:21 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 48130] DAV operations on large filesets consume all the OS memory Date: Mon, 30 Jan 2012 15:24:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_dav X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: Diego.SantaCruz@spinetix.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=48130 --- Comment #6 from Diego Santa Cruz 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org