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

Fast OOM when syncing close to head #3171

Closed
dapplion opened this issue Sep 14, 2021 · 0 comments · Fixed by #3169
Closed

Fast OOM when syncing close to head #3171

dapplion opened this issue Sep 14, 2021 · 0 comments · Fixed by #3169
Labels
prio-high Resolve issues as soon as possible. scope-memory Issues to reduce and improve memory usage.

Comments

@dapplion
Copy link
Contributor

dapplion commented Sep 14, 2021

Describe the bug

After stopping the node for a few minutes when it tries to sync to the head its memory spikes fast until it causes an OOM expection. The process is repeated after in loop.

Screenshot from 2021-09-14 20-51-44

Screenshot from 2021-09-14 20-52-02

The memory happens consistenly when the node is ~230 slots away from the head (7-8 epochs)

  • The issue does not happen with using the flag --weakSubjectivitySyncLatest
  • The issue does happen without validators attached

Expected behavior

Not OOM

Steps to Reproduce

Run a node close to head and let it sync with validators attached

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio-high Resolve issues as soon as possible. scope-memory Issues to reduce and improve memory usage.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant