mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
When OOM, free cached hidden service descriptors too.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
o Minor features (DOS resistance):
|
||||
- Count the total number of bytes used storing hidden service descriptors
|
||||
against the value of MaxMemInQueues. If we're low on memory, and more
|
||||
than 20% of our memory is used holding hidden service descriptors, free
|
||||
them until no more than 10% of our memory holds hidden service
|
||||
descriptors. Free the least recently fetched descriptors first.
|
||||
Resolves ticket 13806.
|
||||
|
||||
Reference in New Issue
Block a user