Meviii / LOL-Account-Checker

League of Legends account checker and profiler
GNU General Public License v3.0
69 stars 3 forks source link

Suggestion #29

Closed RiotGamesPlayer closed 1 year ago

RiotGamesPlayer commented 1 year ago

It is recommended to set the maximum number of accounts. When I put in 300 accounts, it almost occupies 100% of RAM, and the computer becomes very sluggish.Or carry out hierarchical distribution processing

RiotGamesPlayer commented 1 year ago

And it will still report an error, although it does not tell me where the error occurred

Meviii commented 1 year ago

Hey, thanks for letting me know about that. Do you use multiple threads while checking those accounts? If so, how many? I am wondering if it's a problem where you are checking accounts with minimal threads, and overtime, the RAM usage increases (although it shouldn't).

Meviii commented 1 year ago

I double checked the RAM usages and everything seems normal. Using a lot of threads can cause RAM issues. Also, I've fixed errors that would cause the program to crash while checking.

RiotGamesPlayer commented 1 year ago

When i finish running the software,there is nothing outputed.image

Meviii commented 1 year ago

Hey, thanks for letting me know about that. How many threads were you using at the time? And I am assuming you clicked the Refresh button, is that so?

RiotGamesPlayer commented 1 year ago

About 27 threats,and click refresh,there is nothing happened

Meviii commented 1 year ago

Okay, 27 threads might be a little too much for now. I recommend using at most 4 threads since I haven't really tested the program with many threads.

I'll look into it and try to find the reason to why it isn't working regardless.