You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
So, #22 gave us a really nice win in terms of memory usage but, unfortunately, given the insane number of addresses we're currently tracking, is now causing CPU problems.
Two solutions:
Limit the number of addresses we store per peer. Unfortunately, this could make it difficult to connect to some peers. Ideally, peers would sign their peer address records but that will require some work. Regardless, we should do this anyways.
So, #22 gave us a really nice win in terms of memory usage but, unfortunately, given the insane number of addresses we're currently tracking, is now causing CPU problems.
Two solutions:
The text was updated successfully, but these errors were encountered: