solana-labs/solana
Auf GitHub ansehenvalidator uses more memory than expected when metrics are enabled
Open
#24.319 geöffnet am 13. Apr. 2022
do-not-closegood first issue
Repository-Metriken
- Stars
- (12.651 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Problem
80GB difference between RUST_LOG=solana=info and RUST_LOG=solana=warn for RPC nodes.
Proposed Solution
Relevant question.. is the channel that the metrics are sending to really large? Could there be some large amount of outstanding sends which each is taking some memory and state?
Debug and find why. Possibly reduce the occurrence of spammy metrics.