Kill non-tunneled directory connections when handling OOM.

Another part of 11792.
This commit is contained in:
Nick Mathewson
2014-08-19 11:25:48 -04:00
parent 8e55cafd67
commit 68e430a6fb
2 changed files with 100 additions and 20 deletions
+4
View File
@@ -9,3 +9,7 @@
Count that memory as reclaimed by our OOM handler. Part of
ticket 11792.
- When handling out-of-memory conditions, also look at
non-tunnneled directory connections, and kill the ones that have
had data sitting on them for the longest. Part of ticket 11792.