tor/changes
Nick Mathewson 17ecd04fde Change the logic for the default for MaxMemInQueues
If we can't detect the physical memory, the new default is 8 GB on
64-bit architectures, and 1 GB on 32-bit architectures.

If we *can* detect the physical memory, the new default is
  CLAMP(256 MB, phys_mem * 0.75, MAX_DFLT)
where MAX_DFLT is 8 GB on 64-bit architectures and 2 GB on 32-bit
architectures.

You can still override the default by hand.  The logic here is simply
trying to choose a lower default value on systems with less than 12 GB
of physical RAM.
2014-04-24 10:26:14 -04:00
..
bug7164_diagnose_harder More logs to try to diagnose bug 7164 2014-03-27 14:23:19 -04:00
bug8787 changes file for bug8787 2014-03-31 11:57:40 -04:00
bug9107 Remove the unused circuit_dump_by_chan(). 2014-03-23 00:28:39 -04:00
bug9213_doc Fix documentation of torrc search order 2014-04-01 20:56:03 -04:00
bug9870 Log only one message for dangerous log settings. 2014-02-12 15:32:50 -05:00
bug10468 Respond to AAAA requests on DNSPort with AAAA automaps 2014-03-27 17:41:43 -04:00
bug11061 Fix SOCKSPort documentation layout 2014-03-25 10:01:08 -04:00
bug11070 Take out remaining V1 directory code. 2014-03-18 10:40:10 +01:00
bug11232 changes file for bug11232 2014-03-18 10:59:51 -04:00
bug11275 changes file for bug 11275 2014-03-23 15:55:13 -04:00
bug11276 Changes file for bug 11276. 2014-03-23 15:59:51 -04:00
bug11278 Free placeholder circid/chan->circuit map entries on exit 2014-03-25 10:14:26 -04:00
bug11279 Demote "Invalid length on ESTABLISH_RENDEZVOUS" to protocol_warn 2014-03-25 11:55:27 -04:00
bug11296 Fix version number in changes/bug11296 2014-03-26 14:10:07 -04:00
bug11321 Fix build of torify.1 2014-03-26 12:12:54 -04:00
bug11342 Make dump_desc() use binary mode 2014-03-27 23:53:03 -04:00
bug11396 Change the logic for the default for MaxMemInQueues 2014-04-24 10:26:14 -04:00
doxygen_fixes Fix warnings from doxygen 2014-03-25 11:27:43 -04:00
require_023 Be more lenient in our fix for bug 11149 2014-03-23 02:53:08 -04:00
ticket4645 Removing is_internal_IP() function. Resolves ticket 4645. 2014-02-03 14:20:17 -05:00