Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHigh memory usage #454
Closed
High memory usage #454
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi, I believe I have fixed this issue here: #447 Tests won't run properly on my windows machine, so if you could take a look at this it would be great. |
This comment has been minimized.
This comment has been minimized.
|
Piece verification is now throttled so the number of pieces that are verified at a time matches the number of cpu cores on the machine. Released as 0.72.1. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HI there, it seems to be trying to do everything in memory and causes very high memory usage with large torrents. i.e. a 10GB torrent will use more than 10GB of memory, is it possible to flush the streams in smaller chunks? Cheers.