diff options
author | Alexander Færøy <ahf@torproject.org> | 2018-02-27 22:55:10 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-20 07:47:19 -0400 |
commit | fd36bd8971db1f22546569edb537f9777415a0d6 (patch) | |
tree | 933cb7da034317f8659dcb21e964633d7a233251 /changes | |
parent | 910422e8fae173f061d016c72eecc2015a09537e (diff) | |
download | tor-fd36bd8971db1f22546569edb537f9777415a0d6.tar.gz tor-fd36bd8971db1f22546569edb537f9777415a0d6.zip |
Log information on specific compression backends in the OOM handler.
This patch adds some additional logging to circuits_handle_oom() to give
us more information about which specific compression backend that is
using a certain amount of memory.
See: https://bugs.torproject.org/25372
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25372 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25372 b/changes/bug25372 new file mode 100644 index 0000000000..4cceab3a45 --- /dev/null +++ b/changes/bug25372 @@ -0,0 +1,3 @@ + o Minor features (log messages): + - Improve log message in the out of memory handler to include information + about memory usage from the different compression backends. Closes ticket 25372. |