Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 140CA10E3A for ; Tue, 4 Feb 2014 20:49:28 +0000 (UTC) Received: (qmail 44595 invoked by uid 500); 4 Feb 2014 20:49:27 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 44559 invoked by uid 500); 4 Feb 2014 20:49:27 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 44550 invoked by uid 99); 4 Feb 2014 20:49:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 20:49:26 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 20:49:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8A6842388993; Tue, 4 Feb 2014 20:49:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1564481 - /subversion/branches/1.7.x/STATUS Date: Tue, 04 Feb 2014 20:49:05 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140204204905.8A6842388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Tue Feb 4 20:49:05 2014 New Revision: 1564481 URL: http://svn.apache.org/r1564481 Log: * STATUS: Approve r1564215 Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1564481&r1=1564480&r2=1564481&view=diff ============================================================================== --- subversion/branches/1.7.x/STATUS (original) +++ subversion/branches/1.7.x/STATUS Tue Feb 4 20:49:05 2014 @@ -88,17 +88,6 @@ Candidate changes: Votes: +1: stefan2 - * r1564215 - Reduce dynamic memory usage during c/o and export. - Branch: ^/subversion/branches/1.7.x-r1564215 - Justification: - Without this patch, operations using the standard reporter (at least - svn: c/o and export; probably same for httpv1) use more or less - unboundary amounts of memory. Dynamic peaks of up to 20GB have been - observed. With this patch, those peaks come down to 100MB which - matches our claim to streaminess. - Votes: - +1: stefan2, philip Veto-blocked changes: ===================== @@ -128,3 +117,15 @@ Approved changes: Votes: +1: breser, philip, stefan2 + * r1564215 + Reduce dynamic memory usage during c/o and export. + Branch: ^/subversion/branches/1.7.x-r1564215 + Justification: + Without this patch, operations using the standard reporter (at least + svn: c/o and export; probably same for httpv1) use more or less + unbounded amounts of memory. Dynamic peaks of up to 20GB have been + observed. With this patch, those peaks come down to 100MB which + matches our claim to streaminess. + Votes: + +1: stefan2, philip, breser +