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
When a new torrent is added to the Disk, it generates all the BlockInfos upfront, and this consumes some memory.
Those blocks should be generated dynamically when the peers request new blocks to the Disk, this would drastically reduce the amount of memory consumed.
Also, this would eliminate the need of using the crate decurse.
The text was updated successfully, but these errors were encountered:
When a new torrent is added to the Disk, it generates all the BlockInfos upfront, and this consumes some memory.
Those blocks should be generated dynamically when the peers request new blocks to the Disk, this would drastically reduce the amount of memory consumed.
Also, this would eliminate the need of using the crate
decurse
.The text was updated successfully, but these errors were encountered: