You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
The memory happens consistenly when the node is ~230 slots away from the head (7-8 epochs)
--weakSubjectivitySyncLatest
Expected behavior
Not OOM
Steps to Reproduce
Run a node close to head and let it sync with validators attached
The text was updated successfully, but these errors were encountered: