alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
50 stars 19 forks source link

Resources for bots #103

Open Tingaev opened 5 years ago

Tingaev commented 5 years ago

Hi, please tell me. If I understand correctly, now it is possible to launch several drivers. How much to spend on their work RAM? Now I use this approach. One bot, one container. But it uses 200 to 500 megabytes of RAM.

parthibd commented 5 years ago

It is possible to launch multiple drivers . But if you want to launch multiple drivers , the amount of RAM you need will be dependent on the number of drivers launched . But as a baseline , I think a minimum of 4GB of RAM will be enough to get you started .