-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Pieces checking slow with POSIX I/O backend #213
Comments
UPD: I checked it again and It looks like the the check progress doesn't hangs completely, but it's very slow compared to mmap.
|
is this a 64bits device? |
Yes, but I can try to check it on a 32-bit device. |
Hi @proninyaroslav, is this still a problem? |
@aldenml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.0.5-26-RC1
Pieces checking hangs at some point, if POSIX I/O backend is enabled. I opened the log and found that there is a check running before 100-200 pieces, after which the check hangs.
This happens with large torrents:
This doesn't happen if the mmap I/O backend is enabled.
The text was updated successfully, but these errors were encountered: