* STATUS: Approve r1564215
git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.8.x@1564483 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
index 4b02faf..05b7816 100644
--- a/STATUS
+++ b/STATUS
@@ -228,18 +228,6 @@
Votes:
+1: philip, stefan2
- * r1564215
- Reduce dynamic memory usage during c/o and export.
- Branch: ^/subversion/branches/1.8.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:
=====================
@@ -268,3 +256,15 @@
Approved changes:
=================
+
+ * r1564215
+ Reduce dynamic memory usage during c/o and export.
+ Branch: ^/subversion/branches/1.8.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