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
It would be good to have metrics that report the memory usage of the mempool. One of these is zcash.mempool.usage.bytes that zcashd uses.
However, that's a bit tricky to measure. We can use https://github.com/str4d/memuse but we'd still need to implement a trait for every type used by the mempool, or preferably adding a derive macro to that package.
Specifications
Designs
Related Work
This is a follow-up to #2626, and was postponed due to additional work required.
The text was updated successfully, but these errors were encountered:
Motivation
It would be good to have metrics that report the memory usage of the mempool. One of these is
zcash.mempool.usage.bytes
that zcashd uses.However, that's a bit tricky to measure. We can use https://github.com/str4d/memuse but we'd still need to implement a trait for every type used by the mempool, or preferably adding a derive macro to that package.
Specifications
Designs
Related Work
This is a follow-up to #2626, and was postponed due to additional work required.
The text was updated successfully, but these errors were encountered: