# What is the maximum number of users?

**URL:** <https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965>\
**Category:** Issues with deployment\
**Tags:** v2\
**Created:** [May 13, 2022, 7:06am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965 "2022-05-13T07:06:43Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![seungsun](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@seungsun](https://openvidu.discourse.group/u/seungsun)\
**Post date:** [May 13, 2022, 7:06am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/1 "2022-05-13T07:06:43Z")

</div>

[https://docs.openvidu.io/en/2.21.0/troubleshooting/#9-which-is-the-current-status-of-openvidu-regarding-performance-scalability-and-fault-tolerance](https://docs.openvidu.io/en/2.21.0/troubleshooting/#9-which-is-the-current-status-of-openvidu-regarding-performance-scalability-and-fault-tolerance)  
If you look at the link above, the maximum number of users is 1092, and the number of rooms is only 26?

If computer has 32 cores and 64GB of RAM, how many people can you increase?

---

<div class="post-metadata">

**Author:** ![pabloFuente](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/pablofuente/32/2536_2.png) [@pabloFuente](https://openvidu.discourse.group/u/pabloFuente)\
**Post date:** [May 13, 2022, 8:56am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/2 "2022-05-13T08:56:35Z")

</div>

That is an example for 7-to-7 sessiones (sessions with 7 participants, all sending and receiving video).  
Check out the [Pricing](https://openvidu.io/pricing) section with more examples. The tables include the total number of 5-to-5 sessions and the number of total streams supported, both for OpenVidu Pro and OpenVidu Enterprise (with mediasoup).

---

<div class="post-metadata">

**Author:** ![seungsun](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@seungsun](https://openvidu.discourse.group/u/seungsun)\
**Post date:** [May 13, 2022, 9:29am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/3 "2022-05-13T09:29:08Z")

</div>

Is the OpenVidu CE version not applicable in the price section above?

---

<div class="post-metadata">

**Author:** ![pabloFuente](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/pablofuente/32/2536_2.png) [@pabloFuente](https://openvidu.discourse.group/u/pabloFuente)\
**Post date:** [May 13, 2022, 12:33pm UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/4 "2022-05-13T12:33:58Z")

</div>

Regarding the number of sessions and streams, you can use the same column as OpenVidu Pro (which uses Kurento as media server, the same as OpenVidu CE). In OpenVidu CE you can have only a single Media Node, but the ratio number\_of\_cores/supported\_streams should be similar.

---

<div class="post-metadata">

**Author:** ![seungsun](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@seungsun](https://openvidu.discourse.group/u/seungsun)\
**Post date:** [May 16, 2022, 12:44am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/5 "2022-05-16T00:44:56Z")

</div>

‘The ratio number\_of\_cores/supported\_streams should be similar.’ Does this mean that the number of CPU cores and the number of users should be the same?  
ex) 100 users = CPU 100 cores

---

<div class="post-metadata">

**Author:** ![pabloFuente](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/pablofuente/32/2536_2.png) [@pabloFuente](https://openvidu.discourse.group/u/pabloFuente)\
**Post date:** [May 17, 2022, 8:21am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/6 "2022-05-17T08:21:16Z")

</div>

Of course not! That would be completely unsustainable. Rather than “users” you should manage the concept of “video streams”. Because the number of users is not directly related to the number of streams, that depends on the topology of your sessions. For example, for 1:1 sessions in which both users send and receive a single stream, you will have 4 streams per session. For 3:3 sessions, it would be 9 streams. But you could also have 1:N sessions (1 user is a presenter, and the rest are subscribers). In that case you would have (1 + N) streams.

The [Pricing](https://openvidu.io/pricing) page provides examples of different clusters, and the approximated number of supported streams for each cluster. You can make your own calculations based on those examples.

Regards.

---

<div class="post-metadata">

**Author:** ![seungsun](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@seungsun](https://openvidu.discourse.group/u/seungsun)\
**Post date:** [May 17, 2022, 9:17am UTC](https://openvidu.discourse.group/t/what-is-the-maximum-number-of-users/3965/7 "2022-05-17T09:17:43Z")

</div>

I can not understand. Sorry.  
For example, in the CE version, if 50 users are connected in one room,  
Will the number of streams be 100?

Also, if 50 people are connected in 10 rooms, how many streams will it be?

Stream means one person’s video screen?
