solana-labs/solana

validator uses more memory than expected when metrics are enabled

Open

#24 319 ouverte le 13 avr. 2022

Voir sur GitHub
 (26 commentaires) (0 réactions) (1 assigné)Rust (3 950 forks)batch import
do-not-closegood first issue

Métriques du dépôt

Stars
 (12 651 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur