Merge branch 'maint-0.3.3' into release-0.3.3

This commit is contained in:
Nick Mathewson
2018-04-12 11:14:42 -04:00
6 changed files with 123 additions and 16 deletions
+4
View File
@@ -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.