Files
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
..
2014-03-31 11:57:40 -04:00
2014-03-25 10:01:08 -04:00
2014-03-18 10:40:10 +01:00
2014-03-18 10:59:51 -04:00
2014-03-23 15:55:13 -04:00
2014-03-23 15:59:51 -04:00
2014-03-26 12:12:54 -04:00
2014-03-27 23:53:03 -04:00
2014-03-25 11:27:43 -04:00