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

Create per-download maximum memory setting #2393

Closed
wants to merge 5 commits into from
Closed

Conversation

UrbanCMC
Copy link
Contributor

Fixes #2377

Implements a new setting to limit memory used per download thread.

By default, the setting uses half of the system's available memory, split up between the available download threads.
Setting the limit to 0 will revert to the original behavior of using as much RAM as necessary.

This also removes a bunch of unused code related to settings, as well as settings classes that aren't used anymore.

The new setting:
image

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.

Incredibly high memory usage v 3.2.0.1
2 participants