You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/11/28 21:26:03 UTC

svn propchange: r1414894 - svn:log

Author: cmpilato
Revision: 1414894
Modified property: svn:log

Modified: svn:log at Wed Nov 28 20:26:03 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Nov 28 20:26:03 2012
@@ -1 +1,9 @@
 Reintegrate the 'issue-4194-dev' branch into the trunk.
+
+This addresses issue #4194 ("serf memory leak on checkout").  The
+changes on this branch introduce logic into ra_serf's update handling
+for attempting to close completed directories (in the editor driving
+sense) more aggressively.  This results in a more timely release of
+memory allocated for tracking those open directories.  My testing
+finds memory use in checkout scenarios to now essentially hold steady
+at a relative low high-water mark.