Skip to content
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

[BUG] Memory usage increases during long runs or block synchronization #56

Closed
YoshihitoAso opened this issue Sep 12, 2023 · 0 comments · Fixed by #68
Closed

[BUG] Memory usage increases during long runs or block synchronization #56

YoshihitoAso opened this issue Sep 12, 2023 · 0 comments · Fixed by #68
Assignees
Labels
bug Something isn't working

Comments

@YoshihitoAso
Copy link
Member

Describe the bug

In our environment, if a Quorum node runs for a long time without restarting it, memory usage gradually increases and in some cases OOM occurs.
There also seems to be an issue with memory usage increasing rapidly during block synchronization. The graph below shows the memory usage when block synchronization is stopped for a certain period of time and then resynchronized. There is no noticeable increase in memory usage after the synchronization is complete.

block_sync

The reason why the usage rate suddenly decreased after increasing rapidly is because the node was restarted once at this point.

Additional context

Common causes for these problems may be related to the following issues:

@YoshihitoAso YoshihitoAso added the bug Something isn't working label Sep 12, 2023
@YoshihitoAso YoshihitoAso self-assigned this Sep 12, 2023
@YoshihitoAso YoshihitoAso moved this from Todo to In Progress in ibet-Network v2.3 Feb 7, 2024
YoshihitoAso added a commit that referenced this issue Feb 8, 2024
fix: memory leak from policy registration
@github-project-automation github-project-automation bot moved this from In Progress to Done in ibet-Network v2.3 Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant