diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-31 14:19:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-31 14:19:39 -0400 |
commit | becc95783979cf1879e6390aad80781d0ce3ea66 (patch) | |
tree | c66d31a176d78a44c21f69096ca6e20ad40efcaf /changes/bug19968 | |
parent | d28870402376c52b32feaebfcbe190873218fb89 (diff) | |
download | tor-becc95783979cf1879e6390aad80781d0ce3ea66.tar.gz tor-becc95783979cf1879e6390aad80781d0ce3ea66.zip |
Actually clamp the number of detected CPUs to 16.
Previously we said we did, but didn't.
Fixes #19968; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes/bug19968')
-rw-r--r-- | changes/bug19968 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug19968 b/changes/bug19968 new file mode 100644 index 0000000000..b285706e70 --- /dev/null +++ b/changes/bug19968 @@ -0,0 +1,11 @@ + o Minor bugfixes (relay): + - Do not try to parallelize workers more than 16x without the + user explicitly configuring us to do so, even if we do detect more than + 16 CPU cores. Fixes bug 19968; bugfix on + 0.2.3.1-alpha. + + + o Minor bugfixes (testing): + - Avoid a unit test failure on systems with over 16 detectable + CPU cores. Fixes bug 19968; bugfix on + 0.2.3.1-alpha. |