summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-06 13:52:54 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-06 13:52:54 -0500
commitcf2ac8e2556849fdcace74adf36da876f86af30a (patch)
tree84a0f7f21309374f148760d0c416c5ae49803575 /changes
parent6f7a8f84d906a0a9d5fd88e49d352bb748a36b09 (diff)
parent734ba5cb0a0b6cc5376f8889305835224d814252 (diff)
downloadtor-cf2ac8e2556849fdcace74adf36da876f86af30a.tar.gz
tor-cf2ac8e2556849fdcace74adf36da876f86af30a.zip
Merge remote-tracking branch 'public/feature11791'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug117914
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11791 b/changes/bug11791
new file mode 100644
index 0000000000..51a932743b
--- /dev/null
+++ b/changes/bug11791
@@ -0,0 +1,4 @@
+ o Minor features (directory, memory usage):
+ - When we have recently been under memory pressure (over 3/4 of
+ MaxMemInQueues is allocated), then allocate smaller zlib objects for
+ small requests. Closes ticket 11791.