diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-20 12:12:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-29 20:48:22 -0400 |
commit | 35699ef9f5d2814203653e16cb0cd176a0190ae0 (patch) | |
tree | 319ce13bc5e527b85c554912b8df775371d58007 /changes | |
parent | 1d3ffc0ec96777203b2eafee5905464d54ef9f91 (diff) | |
download | tor-35699ef9f5d2814203653e16cb0cd176a0190ae0.tar.gz tor-35699ef9f5d2814203653e16cb0cd176a0190ae0.zip |
Drop the MaxMemInCellQueues lower limit down to 256 MB.
on #9686, gmorehose reports that the 500 MB lower limit is too high
for raspberry pi users.
This is a backport of 647248729fa65f0e51d062e2af8f4e8b38592bf5 to 0.2.4.
Note that in 0.2.4, the option is called MaxMemInCellQueues.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9686_024 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9686_024 b/changes/bug9686_024 new file mode 100644 index 0000000000..8705379d32 --- /dev/null +++ b/changes/bug9686_024 @@ -0,0 +1,5 @@ + o Minor features (security): + - Decrease the lower limit of MaxMemInCellQueues to 256 MBytes (but leave + the default at 8GBytes), to better support Raspberry Pi users. Fixes + bug 9686; bugfix on 0.2.4.14-alpha. + |