-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Monitoring the memory usage while running the consensus tests suggests there might be a leak somewhere as we quickly balloon above a few GB of RAM.
This recently caused unexpected failures on Circle as the used memory climbed above 4 GB (the max there). Adding stopConsensusNet function to shutdown reactors seemed to roughly halve the memory usage, but it seems like we should be able to do better.
Reactions are currently unavailable