Drop the MaxMemInQueues lower limit down to 256 MB.

on #9686, gmorehose reports that the 500 MB lower limit is too high
for raspberry pi users.
This commit is contained in:
Nick Mathewson
2013-11-20 12:12:47 -05:00
parent e572ec856d
commit 647248729f
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor changes:
- Decrease the lower limit of MaxMemInQueues to 256 MBytes, to
appease raspberry pi users. Fixes bug 9686.