Author: stsp
Date: Thu Dec 2 13:20:19 2010
New Revision: 1041364
URL: http://svn.apache.org/viewvc?rev=1041364&view=rev
Log:
* STATUS (for 1.5.x): Nominate r1022675 and r1032808 (blame -g server-side
memory leak which can cause a crash).
Modified:
subversion/branches/1.5.x/STATUS
Modified: subversion/branches/1.5.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.5.x/STATUS?rev=1041364&r1=1041363&r2=1041364&view=diff
==============================================================================
--- subversion/branches/1.5.x/STATUS (original)
+++ subversion/branches/1.5.x/STATUS Thu Dec 2 13:20:19 2010
@@ -187,6 +187,29 @@ Candidate changes for 1.5.9:
-0: stsp (not a critical build or security fix -- maybe just
document the workaround instead?)
+ * r1022675 (r982355 from ^subversion/branches/performance)
+ Limit the amount of unused memory fragments held by the root pools.
+ Justification:
+ In combination with blame -g server side memory leaks, see r1032808 and
+ http://svn.haxx.se/dev/archive-2010-11/0102.shtml, svnserve's memory
+ usage can get bloated and stay that way, see
+ see http://svn.haxx.se/dev/archive-2010-11/0165.shtml.
+ Notes:
+ Use --accept=mine-full to avoid bizzare branch root property conflicts
+ on 'svn:ignore' and 'bugtraq:logregex'.
+ Votes:
+ +1: stsp
+ (For 1.6.x there was +1: pburba, cmpilato, hwright)
+
+ * r1032808
+ Fix blame -g server-side memory leaks.
+ Justification:
+ As detailed in http://svn.haxx.se/dev/archive-2010-11/0102.shtml,
+ blame -g can trigger a serious server side memory leak.
+ Votes:
+ +1: stsp
+ (For 1.6.x there was +1: pburba, cmpilato, hwright)
+
Approved changes:
=================