Skip to content
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

When I add a torrent with content over 160GB, no task is started. #472

Closed
stevenjtx opened this issue Aug 1, 2016 · 6 comments
Closed

Comments

@stevenjtx
Copy link

I am using rutorrent as webui, may I know if there is a limitation on file size ? thanks

@chros73
Copy link
Contributor

chros73 commented Aug 1, 2016

There is:

CMD2_VAR_VALUE ("system.file.max_size", (int64_t)128 << 30);

system.file.max_size , it's 128 GiB.
But it only applies to a single file. I use to use way bigger torrents (multi-files) than this without a problem (I'm not using rutorrent, though).

@rakshasa
Copy link
Owner

rakshasa commented Aug 2, 2016

The current file size restriction was added a decade ago when 128 GiB was more likely to be a bug than a real torrent.

World has changed, so a new default limit should probably be used. Any ideas? Or better yet, a pull request that changes it to that new default.

@rakshasa
Copy link
Owner

rakshasa commented Aug 2, 2016

Also use 'system.file.max_size = 512G' or such to set it higher.

@pyroscope
Copy link
Contributor

Load those torrents via a watch dir, and they'll likely work. ruT has ZERO error reporting on metafile loads.

@rakshasa
Copy link
Owner

rakshasa commented Aug 5, 2016

There is an issue with metafile's if you only allow encrypted handshake and data.

It's been annoying me for a while, however it will get fixed when it does.

@rakshasa
Copy link
Owner

rakshasa commented Aug 5, 2016

New max file size is now 512GB.

BTW, remember that you can also partition large files using the 'system.file.split_*' setting.

@rakshasa rakshasa closed this as completed Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants