-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak issue #2477
Comments
@tuyennhv slightly off-topic but is there any chance you could share the grafana dashboard json you use over at lodestar so we can use it in ipfs/helia-http-gateway ? |
@SgtPooki here's the libp2p dashboard in lodestar https://github.com/ChainSafe/lodestar/blob/unstable/dashboards/lodestar_libp2p.json |
@achingbrain need to reopen until it's confirmed this is fixed in lodestar, waiting for a new release of |
@tuyennhv did you manage to test the new release? |
@achingbrain we tested v9.0.22 and found it does not resolve the memory leak issue. It also introduced some performance impact that caused node to forward less gossip messages to mesh peers, I'm not sure if it links to |
I think we need to upgrade all libp2p dependencies to the latest versions and evaluate again cc @wemeetagain |
Please do, there was a small leak fixed by |
in progress PR by @wemeetagain : ChainSafe/lodestar#6711 |
Version:
v1.1.1
Platform:
Linux 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem:
Severity:
Medium
Description:
Refer to the profile taken by a lodestar beacon-node here
There are > 15k of objects retained belonging to these classes:
Steps to reproduce the error:
Run a lodestar mainnet node and leave it for a long time, then monitor heap size of network thread
The text was updated successfully, but these errors were encountered: