JakyeRU / SteamIdler

Steam Idler is a very light idling script, built in Node.js, for boosting playtime on Steam, without using computer resources.
Apache License 2.0
2 stars 1 forks source link

High RAM consumption #14

Open tomastaker opened 1 year ago

tomastaker commented 1 year ago

Hi, I was wondering if it's possible to fix this Just if you run a couple of accounts all ok, however, if there are a lot of accounts, RAM consumes like a beast))

Is there any way to optimize this? Maybe you will have thoughts on this subject

upd Is there any way to implement this through sessions? However, I have not figured out how best to refer to games.json so that each account would have unique games)

JakyeRU commented 1 year ago

Hello @tomastaker,

This is most likely because for each account you need to run a new instance of SteamIdler.

I'll test around with threading and try to add support for multi-account idling to fix this issue.