solana-labs/solana

validator uses more memory than expected when metrics are enabled

Open

#24,319 创建于 2022年4月13日

在 GitHub 查看
 (26 评论) (0 反应) (1 负责人)Rust (12,651 star) (3,950 fork)batch import
do-not-closegood first issue

描述

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.

贡献者指南