Teach the OOM handler about the DNS cache
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Nick Mathewson changed milestone to %Tor: 0.3.5.x-final
changed milestone to %Tor: 0.3.5.x-final
- Author
Trac:
Type: defect to enhancement
Component: - Select a component to Tor - Author
Trac:
Owner: N/A to nickm
Status: new to accepted - Author
Trac:
Keywords: N/A deleted, tor-dos added Trac:
Points: small to 1- Author
Trac:
Parent: N/A to #17293 (moved) - Author
by no means sure that I can get to these.
Trac:
Status: accepted to assigned
Owner: nickm to N/A - Author
Put all unowned "assigned" tickets back into "new".
Trac:
Status: assigned to new - Author
Trac:
Milestone: Tor: 0.2.9.x-final to Tor: 0.2.??? - Author
Trac:
Sponsor: SponsorU-can to N/A - Author
Unparenting these from #17293 (moved); holding for future work.
Trac:
Parent: #17293 (moved) to N/A - Author
Finally admitting that 0.3.??? was a euphemism for Tor: unspecified all along.
Trac:
Keywords: N/A deleted, tor-03-unspecified-201612 added
Milestone: Tor: 0.3.??? to Tor: unspecified - Author
Remove an old triaging keyword.
Trac:
Keywords: tor-03-unspecified-201612 deleted, N/A added - Author
Trac:
Keywords: tor-dos deleted, tor-dos oom tor-relay dns added - Author
Trac:
Sponsor: N/A to SponsorV-can Trac:
Cc: N/A to neel@neelc.orgMy PR is available here: https://github.com/torproject/tor/pull/223
What I do for the OOM handler in this PR is that I clear the cache with
purge_expired_resolves()
withnow
as the current time, and increase the interval by an hour until either we cleared enough memory or there are no more entries.