mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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. |
||
---|---|---|
.. | ||
bug7164_diagnose_harder | ||
bug8787 | ||
bug9107 | ||
bug9213_doc | ||
bug9870 | ||
bug10468 | ||
bug11061 | ||
bug11070 | ||
bug11232 | ||
bug11275 | ||
bug11276 | ||
bug11278 | ||
bug11279 | ||
bug11296 | ||
bug11321 | ||
bug11342 | ||
bug11396 | ||
doxygen_fixes | ||
require_023 | ||
ticket4645 |