RareDevs / Rare

Rare is an Epic Games Launcher open source alternative, using Legendary.
https://raredevs.github.io/Rare/
GNU General Public License v3.0
675 stars 23 forks source link

Performance #473

Open ADRYANV1N1 opened 2 weeks ago

ADRYANV1N1 commented 2 weeks ago

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

loathingKernel commented 2 weeks ago

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?