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

rTorrent: Add disk space pre-allocation environment variable #367

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Jun 25, 2024

rTorrent stickz introduces a new feature to pre-allocate disk space for an entire torrent regardless if all files are downloaded. The benefit to sequence files for faster seeding. Potential disk throughput on HDDs is increased due to reduced random access.

This pull request documents the different types of disk space pre-allocation for rTorrent and allows the user to configure it based on their needs. It's disabled by default because it does not benefit SSDs. The user should manually configure as required.

@stickz stickz requested a review from crazy-max as a code owner June 25, 2024 12:58
README.md Show resolved Hide resolved
rTorrent stickz introduces a new feature where it's possible to pre-allocate disk space for an entire torrent whether it's downloaded or not. The benefit to place files in sequence on the file system for faster seeding. Potential disk throughput on HDDs is increased due to reduced random access.

This pull request documents the different types of disk space pre-allocation for rTorrent and allows the user to configure it based on their needs. It's disabled by default because it does not benefit SSDs. The user should manually configure as required.
@stickz stickz force-pushed the file-allocation branch from 22e1319 to c9e852d Compare June 27, 2024 12:40
Copy link
Owner

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks!

@crazy-max crazy-max merged commit 89d8347 into crazy-max:master Jun 27, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants