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

Performance #473

Open
ADRYANV1N1 opened this issue Oct 29, 2024 · 1 comment
Open

Performance #473

ADRYANV1N1 opened this issue Oct 29, 2024 · 1 comment
Labels
feature-request New feature or request

Comments

@ADRYANV1N1
Copy link

Ram usage

Reduce the use of RAM when downloading, and if possible pay a little more attention to wine, it is possible to use it on a PC emulator for Android like winlator, but when downloading games the use of RAM if it exceeds and ends up crashing the emulator. Thanks

@ADRYANV1N1 ADRYANV1N1 added the bug Something isn't working label Oct 29, 2024
@loathingKernel
Copy link
Contributor

loathingKernel commented Oct 29, 2024

The RAM usage during downloads is configurable by the user by adjusting Max Workers in the download dialog or the settings. By default they are equal to the number of processor cores. Reducing the number of workers will reduce the memory requirements. How much memory each worker requires depends on the size of the game's files. Reducing the number of workers will also affect the download speed negatively because of less concurrent downloads.

and if possible pay a little more attention to wine

This is a little vague. Rare is mostly developed on Linux and the Windows version is regularly tested with the help of Wine. Are there any specific issues you are facing?

@loathingKernel loathingKernel added feature-request New feature or request and removed bug Something isn't working labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants