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
While processing chunks of 200 ledgers, we've identified that some data structures take more than 100 MB if we store data of all those ledger transactions in the memory.
Using cache should allow us to decrease that memory usage by a lot and potentially reduce the processing time.