summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-12 11:14:42 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-12 11:14:42 -0400
commit85db0c46eb522c1ae2974306694cb35002ba62a2 (patch)
tree79f64053dd3f6310c604f7567e8f4e60bdf091b4 /changes
parent572077b7fd4897174230faccb15abdb2c0b4450c (diff)
parent31508a0abccfee1cda0869a9a7d22df74d6b67b7 (diff)
downloadtor-85db0c46eb522c1ae2974306694cb35002ba62a2.tar.gz
tor-85db0c46eb522c1ae2974306694cb35002ba62a2.zip
Merge branch 'maint-0.3.3' into release-0.3.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug247824
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24782 b/changes/bug24782
new file mode 100644
index 0000000000..59bbdad123
--- /dev/null
+++ b/changes/bug24782
@@ -0,0 +1,4 @@
+ o Minor features (config options):
+ - Change the way the default value for MaxMemInQueues is calculated. We now
+ use 0.4 * RAM if the system have 8 GB RAM or more, otherwise we use the
+ former value of 0.75 * RAM. Closes ticket 24782.