mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
31508a0abc
This patch changes the algorithm of compute_real_max_mem_in_queues() to use 0.4 * RAM iff the system has more than or equal to 8 GB of RAM, but will continue to use the old value of 0.75 * RAM if the system have less than * GB of RAM available. This patch also adds tests for compute_real_max_mem_in_queues(). See: https://bugs.torproject.org/24782
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
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.
|