aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11396
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug11396')
-rw-r--r--changes/bug1139611
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug11396 b/changes/bug11396
new file mode 100644
index 000000000..fd263291d
--- /dev/null
+++ b/changes/bug11396
@@ -0,0 +1,11 @@
+ o Minor features (security):
+
+ - If you don't specify MaxMemInQueues yourself, Tor now tries to
+ pick a good value based on your total system memory. Previously,
+ 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.