diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-01-20 16:33:17 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-01-20 16:33:17 +0000 |
commit | c38c36e5f1c65b817a2f7e4d54e81f17b97228b6 (patch) | |
tree | 010dc5c1f38e16d9db81c2759b1a232d8c4a14fc /changes | |
parent | e5a0c739d4865b300e904d45c413d5c8f0da304c (diff) | |
download | tor-c38c36e5f1c65b817a2f7e4d54e81f17b97228b6.tar.gz tor-c38c36e5f1c65b817a2f7e4d54e81f17b97228b6.zip |
Limit the number of items in the consdiffmgr on Windows.
This patch limits the number of items in the consensus diff cache to 64
on the Windows platform. Hopefully, this will allow us to investigate a
smarter fix while avoiding the situation reported in tor#24857 where
Windows relay operators report Tor using 100% CPU.
See: tor#24857
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24857 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24857 b/changes/bug24857 new file mode 100644 index 0000000000..fb2a7ab6dd --- /dev/null +++ b/changes/bug24857 @@ -0,0 +1,6 @@ + o Minor bugfixes (directory cache, performance, windows): + - Limit the number of items in the consensus diff cache to 64 on Windows. + We hope this will resolve an issue where Windows relay operators reported + Tor using 100% CPU while we investigate better solutions. Fixes bug 24857; + bugfix on tor-0.3.1.1-alpha. + |