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
{{ message }}
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
As we can see itemsToDelete needlessly grows very large. It is also weird that we delete 1 by 1.
I suggest that after it grows to the size of 10000 (or maybe another magic number) we do a delete batch operation and clear itemsToDelete.
Bug description
When running
--revalidate
command on a node with a DB from the global snapshot, an OOM appearsIRI version
1.7.0
Hardware Spec
32GB Ram machine,
-Xmx 16000m
Errors
The text was updated successfully, but these errors were encountered: