You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2016/01/30 09:32:02 UTC

svn commit: r1727685 - /subversion/branches/1.9.x/STATUS

Author: stefan2
Date: Sat Jan 30 08:32:02 2016
New Revision: 1727685

URL: http://svn.apache.org/viewvc?rev=1727685&view=rev
Log:
* STATUS:
  Add r1725180 and vote for it (don't serialize uncachable directories)

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1727685&r1=1727684&r2=1727685&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Sat Jan 30 08:32:02 2016
@@ -143,6 +143,18 @@ Candidate changes:
    Votes:
      +1: rhuijben
 
+ * r1725180
+   Reduce peak memory usage when listing large directories in FSFS.
+   Justification:
+     Allocating large blocks through APR has unpleasant side-effects
+     for the allocation pattern used in mod_dav's request processing.
+     Also, there is simply no point in serializing data that wouldn't
+     make it into the cache after all.
+   Branch:
+     ^/subversion/branches/1.9.x-r1725180
+   Votes:
+     +1: stefan2
+
 Veto-blocked changes:
 =====================