diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-12 11:14:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-12 11:14:42 -0400 |
commit | 85db0c46eb522c1ae2974306694cb35002ba62a2 (patch) | |
tree | 79f64053dd3f6310c604f7567e8f4e60bdf091b4 /changes | |
parent | 572077b7fd4897174230faccb15abdb2c0b4450c (diff) | |
parent | 31508a0abccfee1cda0869a9a7d22df74d6b67b7 (diff) | |
download | tor-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/bug24782 | 4 |
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. |