aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-04 10:33:01 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-24 10:26:14 -0400
commite3af72647db51e99186b9f284066dedcdc8c10d6 (patch)
tree070853d6de71b2c3abb0fb0a2a321e084eefa82a /changes
parent17ecd04fde2fd98b0cca3afb251b7173e22d3f42 (diff)
downloadtor-e3af72647db51e99186b9f284066dedcdc8c10d6.tar
tor-e3af72647db51e99186b9f284066dedcdc8c10d6.tar.gz
Expose the real maxmeminqueues via a GETINFO
That is, GETINFO limits/max-mem-in-queues
Diffstat (limited to 'changes')
-rw-r--r--changes/bug113964
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11396 b/changes/bug11396
index af94be04f..fd263291d 100644
--- a/changes/bug11396
+++ b/changes/bug11396
@@ -5,3 +5,7 @@
the default was always 8 GB. You can still override the default by
setting MaxMemInQueues yourself. Resolves ticket 11396.
+ o Minor features (controller):
+ - Because of the fix for ticket 11396, the real limit for memory
+ usage may no longer match the configured MaxMemInQueues value.
+ The real limit is now exposed via GETINFO limits/max-mem-in-queues.