UnamSanctam / UnamWebPanel

MIT License
175 stars 58 forks source link

UnamWebPanel limits #355

Open saakkaas opened 5 months ago

saakkaas commented 5 months ago

Is there a limit to anything? Maybe it will crash when the number of users is high? Please let me know about it.

UnamSanctam commented 5 months ago

No there aren't any limits, though your web server (for example Apache) might have some connection limits that you can increase.

saakkaas commented 5 months ago

One more question. If I want to set up this project with 50000 computers, how server do I need ? Ram, network bandwidth disk space and so.

UnamSanctam commented 5 months ago

Hard to say, at 50 000 computers that would be 50 000 connections per minute or around 833 connections per second, which would likely be something like 500KB/s-1MB/s of data. You shouldn't need a lot of RAM or disk space (since you'll likely turn hashrate history off). As long as your web server is configured to handle a lot of traffic it should be fine.

saakkaas commented 5 months ago

Thank you so much ❤️