Server sizing for Mediasoup

Is mediasoup being used for large number of conferences / users? For example for about 1000 concurrent sessions, with each session having around 25 participants? How much would be the server hardware resources such as CPU, RAM?

Thank you in advance.

Make sure you thoroughly understand the Scalability section in the docs.

After this, if you believe your app is still server constrained, why not spin up multiple of them? You can even do one for each session (with those 25 participants).